ios - UINavigationBar disappears when performing segue -


i encountered problem in app.

i have have uinavigationbar in pages, , created uinavigationcontroller 'embed in' first page. uinavigationbar appears on it, when perform segue first page (by instating new view controller , presenting it) navigation bar doesn't appear on second view controller.

check segue presenting or pushing second page.
check out segue properties, if it's presenting selection of 'modal' on segue property of attribute inspector. on presenting view controller won't navigation bar.
navigation bar when push segue.

and if want presenting animation on push using segue, can go custom segue.
here link.
http://www.appcoda.com/custom-segue-animations/


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#? -