antiguab / BATabBarController

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

can i use it in storyBoard? #69

Open khaledbohout2 opened 3 years ago

MauroJuliano commented 3 years ago

yes, use like: guard let vc1 = UIStoryboard(named: "myStoryboard", bundle: nil).instantiateInitialViewController() as? myviewcontroller else {return} insted let vc1 = UIViewController()

the only problem that I have is using navigation controller :/