objective c - UINavigationController without NavigationBar -
i have "landing page/view" dont want navigation bar show, turn off during viewdidappear
navigationbarhidden = yes;
when push view on stack , move off. main landing page shows nav bar hides cause flicker dont want.
is there way have landing page uiview or something? when menu item touched app push new view on top of default landing page. sound hard without having landing page uinavigationcontroller. thoguhts?
try hiding navigation bar in viewwillappear, rather viewdidappear.
Comments
Post a Comment