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.

Changing tab bar item image and text color iOS

Here is my tab bar: The following image shows the program being run and the "NEWS" item selected: It is …

ios swift uitabbar uitabbaritem
Change tab bar item selected color in a storyboard

I want to change my tab bar items to be pink when selected instead of the default blue. How can …

ios xcode xcode6 uitabbar uitabbaritem
What size should TabBar images be?

I have icons for a tabBar of size 100. I checked at Apple's Human Interface Guidelines of 2013 and it says the …

ios objective-c uitabbarcontroller uitabbar uitabbaritem
Changing Tint / Background color of UITabBar

The UINavigationBar and UISearchBar both have a tintColor property that allows you to change the tint color (surprising, I know) …

ios iphone uitabbarcontroller uitabbar
Change UITabBar height

I use UITabBarController as a root view and app supports iOS 6 and above. Project class hierarchy is as below. UITabBarController …

ios objective-c uitabbarcontroller height uitabbar
TabBarItems and setting their image sizes?

I am currently adding images to each one of my tab bar items. One image I like has a size …

ios xcode uitabbar
How to hide tab bar with animation in iOS?

So I have a button that is connected to a IBAction. When I press the button I want to hide …

ios uitabbarcontroller uitabbar ibaction
Detect when a tab bar item is pressed

I have a root view controller which isn’t set as the custom class for any of my view controllers …

swift uitabbarcontroller uitabbar
How to set the Tab bar item 1 to be selected by default in iphone?

I am new to iPhone development. I am creating a view based application. I have added a tab bar in …

iphone uitabbar default-selected
calculating height of UITabBar

I'm writing an app that uses UITabBar for parts of the navigation. I'm also using UIScrollView for presenting more information …

iphone cocoa-touch uikit uiscrollview uitabbar