Top "Tabbar" questions

TabBar is a ActionScript UI component used for switching between different application states.

Tab Bar Application With Navigation Controller

I have a simple iPhone app that has a tab bar and 3 tabs. Each tab loads as a separate nib …

iphone tabbar
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 change background color of TabBar without changing the AppBar in flutter?

How to change background color of TabBar without changing the AppBar? The TabBar does not have a background property, is …

dart flutter tabbar appbar
How to set the Navigation Bar Color of the Tab Bar Configure Menu

removed dead ImageShack link As you can see the view I need to change is the provided view to customize …

iphone objective-c uitabbar tabbar
iphone app - detect which tab bar item was pressed

i have a tab bar based application, with more than 5 tab bar items - so i get 4 of them directly …

objective-c tabbar uitabbaritem
How to set tab bar at the bottom in android?

I am using a tab bar in android. By default, it displays at the top. I want it to be …

android tabbar
hide / show tab bar when push / back. swift

Answer: Use self.tabBarController?.tabBar.hidden instead of hidesBottomBarWhenPushed in each view controller to manage whether the view controller should …

swift uiviewcontroller hide segue tabbar
Setting a background image for a tabbar

I'm trying to programmatically set the background image for a tabbar in my app. My code is as follows: RootViewController.…

iphone tabbar
Is it possible to hide the tabbar when a button is pressed to allow a full screen view of the content?

I have a UITabBar in the detail view of my navigation based application. I am storing text and images in …

iphone uitableview uitabbarcontroller tabbar
iOS TabbarViewController hide the tab bar

I have a viewcontroller that it implement UITabbarViewController, and I want to hide the tab bar and override it by …

ios uitabbarcontroller tabbar