-1

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.

Trgrit Tjforce
  • 103
  • 1
  • 8

1 Answers1

0

As far as I know you can do it only programmatically in UITabBarController.

This code should do the job

moreNavigationController.view.tintColor = .blue