swift - IOS pushViewController without tabBar and navigationBar -
how can switch new view tabbarcontroller , navigationcontroller , there no tabbar , navigationbar in new view? , need working swipe right old view.
self.navigationcontroller?.pushviewcontroller(view, animated: true)
you can hide in new view navigation bar in viewwillappear
method i.e. navigationbar call [[self navigationcontroller] setnavigationbarhidden:yes animated:yes];
Comments
Post a Comment