Top "Uitabbarcontroller" questions

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

Changing the background color of Tab Bar

I am trying to get desired color rendered in the background of Tab Bar however I am facing problems. These …

ios swift uitabbarcontroller uitabbar
How to hide uitabbarcontroller

I have a problem with UITabBarController. In my application, I want to hide it but without using hidesBottomBarWhenPushed because I …

iphone ios uitabbarcontroller
How add tabs programmatically in UITabBarController with swift?

How to create programmatically tabs from any class extended by UIViewController: class DashboardTabBarController: UITabBarController { override func viewDidLoad() { //here } ... }

swift uiviewcontroller tabs uitabbarcontroller
iPhone: How to switch tabs with an animation?

I'm switching tabs programmatically in a tab bar driven application using UITabBarController.selectedIndex. The problem I'm trying to solve is …

ios4 uitabbarcontroller uitabbar
How to get the previous viewcontroller that pushed my current view

The home page of my app has UIButtons, btnIncome and btnExpense. Pressing on this buttons pushes IncomeVC and ExpenseVC respectevely,…

iphone uiviewcontroller uinavigationcontroller uitabbarcontroller
How to get the height of the tabbar programmatically?

I've found out that the height of a UITabBar is 49px (or 50px, depending on the source). Because I don't …

ios iphone uikit uitabbarcontroller uitabbar
Storyboard navigation controller and tab bar controller

I am trying to get the following setup in Storyboard. Where I have a table view in the beginning, and …

ios uinavigationcontroller storyboard uitabbarcontroller uistoryboard
Swift: How to execute an action when UITabBarItem is pressed

Currently I have a Tab Bar Controller that is connected to a tableview controller. I'm trying to go to the …

ios swift uitabbarcontroller
How to get cell text based on indexPath?

I have a UITabBarController with more than 5 UITabBarItems so the moreNavigationController is available. In my UITabBarController Delegate I do the …

iphone objective-c cocoa-touch uitableview uitabbarcontroller
UISplitViewController in a TabBar ( UITabBarController )?

I am in kind of situation that I need to start with a tab based application and in that I …

ipad uitabbarcontroller iphone-sdk-3.2 uisplitviewcontroller uipopovercontroller