简体   繁体   中英

Ios xcode bottom bar is always tab items

I have this stucture:

Tab Bar -> Navigation -> Table View -> View

at the end, in the last View i need to have new bottom bar, but it always shows me Tab Bar..

I set bottom item on last View to "Podeli": 在此输入图像描述

now on this image you can see simulator on that last View : 在此输入图像描述

There are still those 3 tab bar items.. How can i fix this?

You need to hide your tab bar controller's tab bar. The other bar is likely behind it.

Have you tried this one - http://www.appcoda.com/ios-programming-101-how-to-hide-tab-bar-navigation-controller/

There is a property named “hidesBottomBarWhenPushed” in UIViewController. It's a Boolean value indicating whether the toolbar at the bottom of the screen is hidden. When it's set to YES, the tab bar will be hidden when the view controller is pushed on to a navigation controller.

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