Skip to content

tabBarAnimatonDuration inaccessible due to internal protection level #66

Description

@CharlieHoangNguyen

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
        }
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions