Top "Uitabbarcontroller" questions

The UITabBarController class implements a specialized view controller that manages a radio-style selection interface.

How to change the Color of text in UITabBarItem in iOS 5

with more appearance control in iOS 5, how do we change the UITabBarItem text color ? from default white to other color ? …

iphone ios xcode uitabbarcontroller uitabbar
iOS 7.1 issue - Tabbar icon image is automatically resize when touch and drag on that tab button

I have this code [tabBarItem1 setFinishedSelectedImage:[UIImage imageNamed:@"tab_pressed_home_icon"] withFinishedUnselectedImage:[UIImage imageNamed:@"tab_home_icon"]]; tabBarItem1.imageInsets = …

ios uitabbarcontroller uitabbaritem
viewWillAppear, viewDidAppear not being called, not firing

(This is both question and answer since it took quite a bit of digging to find the real answer.) Symptom: …

iphone objective-c uitabbarcontroller viewwillappear
Getting the frame of a particular tab bar item

Is there a way to find the frame of a particular UITabBarItem in a UITabBar? Specifically, I want to create …

iphone ios uitabbarcontroller uitabbaritem
How to set title of Navigation Bar in Swift?

I'm trying to set title of Navigation Bar in Swift, I set Tab Bar and in Navigation Bar nothing is …

swift uinavigationcontroller uitabbarcontroller
Unbalanced calls to begin/end appearance transitions for UITabBarController

I have an UITabBarController, when initial run, I want to overlay a login view controller but received error. Unbalanced calls …

iphone ipad uitabbarcontroller transitions
iPhone: How to Pass Data Between Several Viewcontrollers in a Tabbar App

I have following problem: I have built a tabbar application with 4 tabs. I want to pass a object/variable from …

iphone objective-c uiviewcontroller uitabbarcontroller
Detect UITabBar Selected Index/ Item Changes that is set Programmatically

I would like to know how do we detect when the selected TabBar Item or Index is changed when the …

ios uitabbarcontroller uitabbar uitabbaritem
How can I change the top border of my UITabBar?

I'd like the UITabBar to have a top border of width 5.0. The border should be yellow color. I don't want …

ios swift uitabbarcontroller uitabbar
How can I programmatically set selected tab of UITabBarController while also triggering shouldSelectViewController in UITabBarControllerDelegate

I'm trying to animate the transitions between tabs in my UITabBarController, which is working fine when I push on the …

ios cocoa-touch uitabbarcontroller