Skip to content
This repository has been archived by the owner on Dec 4, 2018. It is now read-only.

the code works not well in pageViewcontroller #178

Open
kevin-geng opened this issue Feb 23, 2017 · 1 comment
Open

the code works not well in pageViewcontroller #178

kevin-geng opened this issue Feb 23, 2017 · 1 comment

Comments

@kevin-geng
Copy link

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.

@aarifsumra
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants