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
Post a Comment