azfx / SimpleTab

A Simple iOS Tab Bar Controller with animation support.
MIT License
80 stars 13 forks source link

Disable effects when selected item #5

Closed nodahikaru closed 7 years ago

nodahikaru commented 7 years ago

Hi How I can disable tabbaritem text is hidden when it is selected?

azfx commented 7 years ago

You may create a new custom SimpleTabBarStyle where the tabbaritem text alpha is not changed to 0. Refer customizations on how to create a custom style. If you use Elegant SimpleTabBarStyle, the code which hides the text on selection is here