objective c - Push segue is causing my iOS app to crash -


as can seen in screenshot below, when click next in search view controller transition criteria view controller on right, app crashes. recieve error stating following:

terminating app due uncaught exception 'nsgenericexception', reason: 'push segues can used when source controller managed instance of uinavigationcontroller.'

what setup incorrect? want user inputs item name, clicks next, , taken criteria page specify additional info.

enter image description here

select "search view controller" , on top toolbar select editor->embed in->uinavigation controller.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -