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.

Add a line as a selection indicator to a UITabbarItem in Swift

I wanna use a thick line at the bottom of a UITabbarItems as a selection indicator. Due to the fact …

swift uitabbar uitabbaritem
Set UITabBarItem title programmatically?

My app is based on a tab bar architecture. In order to have an easy internationalisation mechanic, I do not …

ios uitabbarcontroller uitabbar viewdidload uitabbaritem
iOS 7 UITabBar badge position

Is there any way to adjust the position of the UITabBar badge in iOS 7? The badge now blocks the tab …

ios objective-c uitabbarcontroller ios7 uitabbar
iOS 11 UIBarButtonItem images not sizing

The answer to my question was hinted at in this question, so I think the answer is to disable autolayout …

ios uitabbar ios11
Making TabView not translucent on SwiftUI produces a new view on top

Hello everyone. I'm creating a simple SwiftUI app and I'd like my app's TabView to have a custom background and …

ios swift uitabbar swiftui uitabview
UItabbar item not showing storyboard reference

I'm trying to use the new storyboard references in a tabbar. When I use the storyboard reference, the UITabBarItem (with …

ios objective-c uistoryboard uitabbar
UITabBar with safe area inside programmatically created UIViewController

Before you mark it as duplicate please note, that I did read this and this seems to not apply to …

ios swift autolayout uitabbar safearealayoutguide
Autolayout ignores UITabBar (content under the bar) on iOS7

I've set UITabBar as Opaque in Storyboard, but i still seems to be transulcent. When I set my custom UITabBarController …

ios7 uitabbar