简体   繁体   中英

Making a view controller not be in the tabbed view

I am making an app with a tab bar controller connected to a navigation controller which both lead to a collection view. The collection view then segues to a view controller. However, the view controller has a tab bar at the bottom because the tab bar controller is connected to the navigation view. How to I make the normal view controller not be included in the tab bar but still be in the navigation controller? Here is my storyboard: (sorry for confusing description)

http://i.stack.imgur.com/qmJHO.png

尝试

[self.tabBarController.tabBar setHidden:YES];

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM