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.

Hiding the tabbar and removing the space

Is there a way to hide tabbar and remove that space left (around 50px) ? I tried self.tabBarController?.tabBar.hidden = …

ios swift uitabbar
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
How to change UITabBar Selection color

I need to change the selection color of UITabBar from default blue to red. How do we do this.

ios iphone objective-c cocoa-touch uitabbar
Positioning UITabBar at the top

I'm a beginner in iOS development. My question is: is it possible to position UITabBar at the top and how? …

ios objective-c swift uitabbar
Really cool way to create custom UITabBar for iPhone app?

I am doing a lot of researching lately about how to get a different looking with nice effects UITabBar on …

iphone ios customization uitabbar uitabbaritem
Setting the default tab when using storyboards

Can anyone please tell me how to set the default tab when using storyboards in iOS. I can't seem to …

ios uitabbarcontroller storyboard uitabbar
iOS UITabBar : Remove top shadow gradient line

I implemented a custom UITabBar and I still have this gradient/shadow on top of it. I added [self.tabBar …

iphone ios uitabbarcontroller uitabbar
How do we create a bigger center UITabBar Item

I am wondering how do we create a bigger center UITabBar like the shot below? Its really beautiful!!!!

ios uibutton uitabbarcontroller custom-controls uitabbar
Select a tab bar item programmatically (not using UITabBarController)

I have a view derived from UIViewControler (not UITabBarController). In this view I added a tab bar with several tab …

ios uitabbar uitabbaritem
Changing tab bar font in Swift

I have been trying to change the font for the tab bar items however I haven't been able to find …

swift uitabbar uifont