eggswift / ESTabBarController

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

How to set custom image in tab bar item???? 同问,自定义的不起作用withRenderingMode,为什么? #268

Closed platojobs closed 6 months ago

platojobs commented 2 years ago

怎么破?

lvcode commented 2 years ago

同问,设置TabBarItem 的image UIImage.init(named: "tabbar_1")?.withRenderingMode(.alwaysOriginal),不起作用,还是会被设置使用tintcolor

lvcode commented 2 years ago

找到了,原来 ESTabBarItemContentView类里有 renderingMode属性,设置图片renderingMode属性不起作用,需要设置ESTabBarItemContentView的 renderingMode属性