Top "Tabbar" questions

TabBar is a ActionScript UI component used for switching between different application states.

Enable and disable the tab bar item by a button click in xcode?

I have 5 tab bar items. The first one will be the login page. When the user haven't logged on other …

xcode uiviewcontroller uitabbarcontroller uitabbar tabbar
How to create tabbar with custom UI in swift 3.0

i want to create one tab bar from storyboard and i create it but when click on tab bar at …

ios swift3 uitabbarcontroller tabbar
iOS 8 iPad tab bar height is different than iOS 7

Does any one know if the official documentation tells us the height of the tab bar on iOS 8 iPad applications? …

ios ios8 tabbar
iPhone 4 Tab Bar Icons

I'm having some issues getting high resolution tab bar icons displaying correctly for iPhone 4. Basically I'm using the Apple guidelines …

iphone icons tabbar retina-display
Disable tabbar item - Swift

How do I disable a particular tabbar item? Something like for the 3rd icon... self.tabBarItem.items![2].enabled = false There …

swift uitabbarcontroller tabbar
Iphone sdk tabbar View outlet was not set

I'm about at the end of my rope with this freaking project!!!!!!! I have a UIViewController class that is linked …

iphone sdk views tabbar
Remove TabBar item in Swift

I currently try to find a way to remove while run the app a TabBar Item, i found a way …

ios swift uitabbarcontroller tabbar
How to retrieve standard iPhone tabitem images?

I would like to use the standard icons like search, download, contact, setup, and list. Most of them existing in …

iphone icons tabbar
How to minimize whole application in android?

I was developed android application. More over i have completed, but i want to minimize option. I have used tab …

android tabbar
Remove top line from TabBar

On iOS 10 this code doesn't work in order to remove the tabBar shadow line: [[UITabBar appearance] setShadowImage:[[UIImage alloc] init]]; …

ios ios10 tabbar