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

Make RAMItemAnimation methods public #81

Closed jamesonreed closed 8 years ago

jamesonreed commented 8 years ago

In order to create a custom RAMItemAnimation subclass as shown in the readme examples, the animation functions need to be public so that they can be overridden by a sublcass in a different package.

The RAM sublcasses of RAMItemAnimation also have to make this change to please swifts overriding rules with regards to method visibility.