TLYShyNavBar
TLYShyNavBar copied to clipboard
the code works not well in pageViewcontroller
I have a pageViewcontroller which has two viewcontrolles. In every view controller , I have a tableView, when I use the TLYShyNavBar to hide the navigation controller , the button and text on navigation bar move and hide ,but a white view still shows on the navigation bar zone. I tried many way to solve it, but no luck. Anyone who can give solution?
ps:When I use TLYShyNavBar in a single view controller, it works well.
It works well with Page Navigation Bar as Well.
do the following in child view controllers.
override func viewWillAppear(animated: Bool) { super.viewWillAppear(animated) setupScrollingNavBar() setupSearchView() }