uitabbar Questions

3

Solved

I built the tab bar through the storyboard, and to customise the colour I change it in the app delegate, with UITabBar.appearance().barTintColor = Color, I have a gradient method which is this: f...
Normanormal asked 5/5, 2019 at 21:42

9

Solved

I have built my app using new Xcode 9 beta for ios 11. I have found an issue with UITabBar where items are spread through the UITabBar and title is right aligned to the image. I have tried changing...
Wileen asked 29/6, 2017 at 10:24

12

Solved

I have been using UITabbar in an app. There is an upper border line coming in top of the UITabbar. Refer below image :- I Googled it and tried the suggested code like :- [[UITabBar appearance] se...
Nonsectarian asked 18/9, 2015 at 6:54

7

Solved

I am trying to get desired color rendered in the background of Tab Bar however I am facing problems. These are the things that I tried :- Changing the background color of tab bar object from sto...
Mcshane asked 26/4, 2016 at 10:41

12

Is it possible to change the font size of tabs?
Expostulatory asked 5/4, 2010 at 1:58

5

Solved

This is how my Tabbar is looking right now. How do I move that badge so that it overlaps the top right of the bell icon? Any help is appreciated.
Catamite asked 16/8, 2016 at 10:55

20

Solved

I'm switching tabs programmatically in a tab bar driven application using UITabBarController.selectedIndex. The problem I'm trying to solve is how to animate the transition between the views. ie. f...
Dr asked 1/3, 2011 at 23:33

2

I am trying to change icon color of tab bar item of my custom tab bar, But setSelectedImageTintColor and setTintColor are not working together. if that code order is [[UITabBar appearance] setS...
Karlee asked 25/6, 2015 at 6:32

24

I use UITabBarController as a root view and app supports iOS 6 and above. Project class hierarchy is as below. UITabBarController - tab1 - UINavigationController - UIViewController - UIViewCon...
Guillemette asked 13/4, 2014 at 14:53

25

Solved

Here is my tab bar: The following image shows the program being run and the "NEWS" item selected: It is clear the bar tint color is working fine as I want ! But the tintColor only affects th...
Connacht asked 29/6, 2015 at 13:31

20

Solved

How can I change inactive icon/text color on iOS 7 tab bar? The one in gray color.
Euripides asked 31/3, 2014 at 16:31

5

I've spent almost a couple of hours to figure it out. However, it did not happen and finally, I had to come here. Two things are required to be achieved: Firstly I'd like to have a spontaneous co...
Propitiate asked 7/3, 2019 at 11:17

5

Solved

I have a TabBar. I am trying to style it so that the titles on the TabBarItems have different fonts for the normal state and the selected state. For normal state I want Helvetica Neue Light and for...
Gujarati asked 11/8, 2014 at 1:29

17

I want to change background color of UITabBarItem badge but can't find any resource on how to make it.
Rushy asked 12/11, 2012 at 9:59

4

Solved

I have a UITabBar set up with Interface Buider and the image highlighting works correctly only if I don't set the global app tint color: When I set the global tint color of my app using [[UIVi...
Alius asked 5/1, 2015 at 21:52

11

Normally on each tab of a UITabBar you have a small image and a title naming the tab. The image is positioned/centred towards the top of the tab to accommodate the title underneath. My question is:...
Traduce asked 29/4, 2013 at 17:57

5

I have a UITabBar. I set a value for tab bar items: tabBarItem3?.badgeValue = String(self.numberOfProducts) Now I want to change its font to a specific font. Then I used this code : tabBarItem3...
Mica asked 10/6, 2017 at 21:53

6

Solved

I have been trying to set my UITabBar's tint color and background color for quite some time now and nothing seems to work. So far I have tried: tabBarController?.tabBar.backgroundColor = UIColor....
Boulogne asked 4/6, 2016 at 4:31

6

Solved

I would like to create a UITabBar with rounded corners. Is there a way I can make the UITabBar have rounded corners? It would take the shape of the second picture. The app starts off with a tableVi...
Hight asked 30/6, 2016 at 15:44

3

I am trying to make my Tab Bar in my tab bar controller to have a low opacity background, so it is semi transparent, i am trying to do this programatically, however the background changes to the co...
Altricial asked 22/8, 2017 at 20:47

4

Solved

The height of the UITabBar seems to have changed between iOS 7 and 8/9/10/11. I'm posting this question for others to easily find the answer. So: What's the height of a UITabBar on iOS 8/9/10/11 o...
Elisa asked 28/8, 2014 at 14:5

2

Solved

In Xcode 10 unselectedItemTintColor property working properly but after Xcode 11 with ios 13 UITabbar unselectedItemTintColor property not working. override func viewDidLoad() { super.viewDidLoad...
Newmint asked 3/2, 2020 at 11:20

17

tabBar.barTintColor can't be changed in iOS 15 beta 4. Background. We have an app in App Store and each year before the new iOS major version releases we download the iOS beta and test our app to f...
Favorable asked 6/8, 2021 at 23:14

4

Solved

I'm trying to make my tabBar transparent, I've searched but all I found was articles resulting in partly and not fully transparent tabBars and some were for IOS 5, etc. I would like to accomplish ...
Bazluke asked 9/10, 2014 at 13:19

6

Solved

I read a bunch of related questions, I tried what they said, nothing works really. Not sure why. So, I have 3 different UIStoryboards. First one is the Auth Storyboard that handles Login/Register a...
Sarasvati asked 12/8, 2017 at 8:17

© 2022 - 2024 — McMap. All rights reserved.