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

Fix small bug in delegate #101

Closed rafalwojcik closed 8 years ago

rafalwojcik commented 8 years ago

Fix small bug in delegate that call UITabBarViewControllerDelegate with wrong parameter. Instead of tapped controller it send tabbarcontroller

0ber commented 8 years ago

thanks