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

javascript - oscilloscope of speaker input stops rendering after a few seconds -

javascript - gulp-nodemon - nodejs restart after file change - Error: listen EADDRINUSE events.js:85 -

Fatal Python error: Py_Initialize: unable to load the file system codec. ImportError: No module named 'encodings' -