I have UITabBarController with ViewControllers which are embedded in UINavigationControllers (each VC has it's UINavigationController). Every VC has TableView. All delegates are set.
All VCs in viewDidLoad have
self.shyNavBarManager.scrollView = self.tableView
Problem is TLYShyNavBar only works in first VC.
How to make TLYShyNavBar work in all VCs ?