Top "Uitabbar" questions

UITabBar is a user interface element in Apple's iOS, which is a bar at the bottom of the screen and has images and/or text representing different views of an application.

Is there a way to change the text position in UITabBar or UITabBarItem?

This is a custom tab bar I intended to put up on the screen. However, my partner want the text …

ios objective-c xcode4.5 uitabbar uitabbaritem
hidesBottomBarWhenPushed = NO not working?

I have a UITabBar in my app, which I'm hiding on the first UIViewController in the first tab by putting …

iphone objective-c uitabbarcontroller uitabbar
How to change the highlight colour of tabbar icons? (iPhone/iPad)

I have been looking around online for an answer to this question for several days now with no success. Essentially …

iphone ipad ios5 uitabbar
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
Completely transparent UITabBar in iOS 8

I'm trying to make my tabBar transparent, I've searched but all I found was articles resulting in partly and not …

ios objective-c uitabbarcontroller uitabbar transparent
Accessing UITabBarController from UIVIewController

I am developing an application based on UITabbar and the view hierarchy as follows. UITabBarController ----> UINavigationController ----> …

ios objective-c iphone xcode uitabbar
ios 11 UITabBar UITabBarItem positioning issue

I have built my app using new Xcode 9 beta for ios 11. I have found an issue with UITabBar where items …

ios objective-c uitabbar uitabbaritem ios11
changing the height of UITabBar in iOS7/8?

I am trying to change the height of the stock UITabBar to 44px, similar to Tweetbot's tab bar height. I've …

uitabbarcontroller uitabbar
How to remove programmatically a tab bar item created in parent class NIB file?

Within my iPhone application I have a common tab bar with three tabs that is presented from several views after …

iphone ios4 uitabbar nib uitabbaritem
Present ViewController in front of UITabBarController's tabBar and hide this tabBar

In my project I have a UITabBarController. And on one of it's ViewControllers I have button. When I click this …

ios swift uiviewcontroller uitabbarcontroller uitabbar