Top "Uitabbarcontroller" questions

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

Tab bar controller inside a navigation controller, or sharing a navigation root view

I'm trying to implement a UI structured like in the Tweetie app, which behaves as so: the top-level view controller …

iphone cocoa-touch uitabbarcontroller uinavigationbar
How to hide/show tab bar of a view with a navigation bar in iOS?

I have views with a navigation bar and a tab bar. What I would like to happen is to hide …

ios uinavigationcontroller uitabbarcontroller
How to implement tab bar controller with navigation controller in right way

I am using Storyboard and Xcode 6. I have next controllers and scenes in my Storyboard: UINavigationController that has HomeViewController as …

ios uinavigationcontroller uitabbarcontroller xcode6 uistoryboard
Adding new tabs to a tab bar controller

I am creating a tab bar iOS app. The tab bar view controller has two tabs, each of them connected …

ios xcode uitabbarcontroller
How can I change the text and icon colors for tabBarItems in iOS 7?

How can I change the text and icon colors for UITabBar and UITabBarItems in iOS 7? The default gray text seems …

uitabbarcontroller uitabbar tabbar uitabbaritem ios7
How to set tab bar item title programmatically in objective c?

I want to set title to tab item programatically, but it not works. My code is below: - (IBAction)tab1…

objective-c xcode uitabbarcontroller uitabbaritem
spacing between UITableViewCells

I am creating a ios app in swift and want to add spacing between cells like Facebook (pic bellow). I …

ios facebook uitableview swift uitabbarcontroller
How to change inactive icon/text color on tab bar?

How can I change inactive icon/text color on iOS 7 tab bar? The one in gray color.

ios objective-c uitabbarcontroller uitabbar uitabbaritem
Switch tab bar programmatically in Swift

I have a tab bar application and i have a button on my first view which i want to when …

xcode swift uitabbarcontroller
Unselected UITabBar color?

I have an UITabBar with 5 items. I want to change the unselected color of all items. The items aren't declared …

ios uitabbarcontroller uitabbar uitabbaritem