eggswift / ESTabBarController

:octocat: ESTabBarController is a Swift model for customize UI, badge and adding animation to tabbar items. Support lottie!
MIT License
5.18k stars 580 forks source link

Change Icon/Text Colors in More Tab #101

Closed beutrox closed 6 years ago

beutrox commented 7 years ago

As the title suggests, I want to change the icons in the more list to match those of the tabs. Currently they are set to the default blue.

eggswift commented 6 years ago

Try subclass ESTabBarItemMoreContentView

YeagGarage commented 3 years ago

public enum ESTabBarItemContentMode : Int { open var renderingMode: UIImage.RenderingMode = .alwaysOriginal {