TLYShyNavBar icon indicating copy to clipboard operation
TLYShyNavBar copied to clipboard

the code works not well in pageViewcontroller

Open kevin-geng opened this issue 8 years ago • 1 comments

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.

kevin-geng avatar Feb 23 '17 02:02 kevin-geng

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

aarifsumra avatar Mar 23 '17 05:03 aarifsumra