ios - Unwind segues not working with modal view controllers -


i'm working on storyboard-based iphone app. using unwind segues navigate stack of view controllers.

however, when present modal view controller cannot seem able trigger unwind segue have specified in storyboard file.

is normal or bug?

problem solved.

apparently i've hit glitch storyboard editor. did delete destination (modal) view controller , re-create it.

works fine, now. bug report filed.


Comments

Popular posts from this blog

hibernate - How to load global settings frequently used in application in Java -

python 3.x - Mapping specific letters onto a list of words -

objective c - Ownership modifiers with manual reference counting -