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 581 forks source link

关于ESTabBarItem #44

Closed chenfengfeng closed 7 years ago

chenfengfeng commented 7 years ago

引用 demo 的例子: 如果我想实现带动画效果的 tababr, 那么我需要 v1.tabBarItem = ESTabBarItem.init(ExampleBouncesContentView(), title: "Home", image: UIImage(named: "home"), selectedImage: UIImage(named: "home_1")) 但我发现我不能使用selectedImage的原始图片,因为这样会在图片上有一层蒙版,我希望能够跟系统一样使用原始的图片 highlightIconColor属性默认是蓝色,如果改为 clear 的话图标也会看不到,有什么方法可以兼顾两者吗?即使用ESTabBarItem又能显示原始的图片

eggswift commented 7 years ago

系统就不是原始图片的,你可以设置renderingMode。

chenfengfeng commented 7 years ago

感谢~ 设置renderingMode = .alwaysOriginal 就可以了~

eggswift commented 7 years ago

是的,如果还有什么问题 欢迎随时提issue~