Ramotion / animated-tab-bar

:octocat: RAMAnimatedTabBarController is a Swift UI module library for adding animation to iOS tabbar items and icons. iOS library made by @Ramotion
https://www.ramotion.com/animated-tab-bar-ios-app-development-ui-library/
MIT License
11.13k stars 1.33k forks source link

Fixed bug check should selected controller #78

Closed alostsega closed 8 years ago

alostsega commented 8 years ago

You return self in viewcontroller parameter of "shouldSelectViewController". You should return child controller that should show when select to check it enable to select

0ber commented 8 years ago

thanks