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

Support for titlePositionAdjustment #197

Closed aforarup closed 3 years ago

aforarup commented 5 years ago

So we can do something like

Simulator Screen Shot - iPhone Xʀ - 2019-05-28 at 20 09 11

eggswift commented 5 years ago

Why not custom ESTabBarItemContentView

aforarup commented 5 years ago

titlePositionAdjustment is a property of UITabBarItem whose value is being ignored in ESTabBarItem. It is much easier to set position adjustment rather than customising the whole underlying UIView.

eggswift commented 3 years ago

merged by hand~