Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tabBarAnimatonDuration inaccessible due to internal protection level #66

Open
CharlieHoangNguyen opened this issue Jun 22, 2020 · 0 comments

Comments

@CharlieHoangNguyen
Copy link

CharlieHoangNguyen commented Jun 22, 2020

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
        }
    }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant