As you can see the color of the items in the more tab stay the default blue is their a way to change them to the color of the other icons? Preferably through storyboard.
Asked
Active
Viewed 278 times
-1
-
Try to change tint color. – aBilal17 Apr 25 '18 at 11:08
1 Answers
0
As far as I know you can do it only programmatically in UITabBarController
.
This code should do the job
moreNavigationController.view.tintColor = .blue

Rajmund Zawiślak
- 854
- 8
- 21