antiguab / BATabBarController

A TabBarController with a unique animation for selection
https://antiguab.github.io/batabbarcontroller/
MIT License
1.06k stars 131 forks source link

tabBarAnimatonDuration inaccessible due to internal protection level #66

Open CharlieHoangNguyen opened 4 years ago

CharlieHoangNguyen commented 4 years ago

If Anyone is having this problem, open up BATabBarControllerDelegate and on line 77 just add the word "public" in front of var tabBarAnimationDuration

 public var tabBarAnimationDuration: CGFloat = 0.0 {
        didSet {
            tabBar?.animationDuration = tabBarAnimationDuration
        }
    }