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

VC.tabbarItem,the image how to use picture? #146

Closed jiankian closed 6 years ago

jiankian commented 6 years ago

tabbarItem: UIImage(named: "Image-5")?.withRenderingMode(.alwaysOriginal)

is not working。

jiankian commented 6 years ago

v1.tabBarItem = ESTabBarItem.init(ExampleIrregularityBasicContentView(), title: "接口", image: UIImage(named: "Image-1")?.withRenderingMode(.alwaysOriginal), selectedImage: UIImage(named: "Image-1")?.withRenderingMode(.alwaysOriginal), tag: 1)

eggswift commented 6 years ago

42