ios - Missing navigation bar after navigating from search controller -


following scenario:

i have master view navigation controller , table view. segue detail view. added search controller presented on navigation bar analog apple uicatalog. added segue search result controller detail view.

enter image description here

problem

when select row in normale tableview detail view contains navigation bar , behaviour expected. when perform search , select row in result search controller navigation bar missing in presented detail view. know result view controller has navigation bar.

question

what should navigation bar standard navigation stack? try avoid add navigation bar manually detail view, because working when came normale table view.

update

i added additional segue main table view search table view.

enter image description here when invoke search with: showviewcontroller(searchcontroller, sender: tableview) navigation bar, no search input. presentviewcontroller(searchcontroller, animated: true, completion: nil) search view, navigation bar gone in detail view.

if follow segues, can see there no link between navigation controller , search controller. search controller not on navigation stack @ all, when segueing results don't bar. in order able navigate search controller, need either segue normal tableview, or have second navigation controller search controller root view, master view.


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -

How to provide Authorization & Authentication using Asp.net, C#? -