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

Popular posts from this blog

xslt - Substring before throwing error -

Google Cloud Bigtable Durability/Availability Guarantees -

Android M doze mode and "native" posix socket freezing up -