Questions tagged [uitabbarappearance]
5 questions
0
votes
0 answers
How to change the position of an UITabBarItem and its title (Storyboard)
I am currently trying to build an app with Swift that has an UITabBarController. I have added a screenshot down below to show the result that I have right now.
Screenshot when running the app
My goal is simple. I want to move the green plus symbol a…
0
votes
0 answers
How can we ensure that the textcolor always remain the same color for StateSelected when back to UITabBarController from other childviewcontroller?
I have a UITabBarController with five child viewcontrollers, namely firstVC, secondVC, etc. The text color for unselected items is set to gray and for the selected item is set to orange. Everything works fine, except when the app navigates to a…

Senthelazy
- 1
- 1
0
votes
0 answers
How to custom position tab bar items with the new UITabBarAppearence?
What is the alternate for the below with the new UITabBarAppearence
Before UITabBarAppearence. The below implementation worked fine.
Title Position:
tabBar.items?[0].titlePositionAdjustment = UIOffset(horizontal: -10 , vertical:…

Programmer
- 1
- 1
-1
votes
1 answer
How can I change the unselected tabbar button color?
I want to change my unselected tabbar button color. And i did some research about that on Stackoverflow. I applied the suggestions to my code but for some reason i didn't work for me. For example, I want to make my unselected tabbar button to pink…

ahtctn
- 15
- 5
-1
votes
1 answer
Change image tint, title tint, background and so on in new UITabbar from iOS 13
I faced a weird problem. I wanted to change the colors of my tabBar in just one of my view controllers of my tabBar. How do I achieve this in iOS > 13?

Mahdi Moqadasi
- 2,029
- 4
- 26
- 52