You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: