Open ben46 opened 11 years ago
Thanks for feedback. I'll test this later, but it may take long time to solve, so please be patient.
By the way, if you don't display navigationBar from start point, it might be a good idea to always hide the original and add your custom navigationBar only in secondViewController.
YES, this behavior is confirmed. and
[self.navigationController setNavigationBarHidden:NO];
on viewWillDisappear wont' help
probably the only way to show navbar is using [self.fullScreenScroll showUIBarsAnimated:NO];
Sorry, haven't tested for long time. It'll be nice if you can share me a bug demo.
I want to hide the navigationbar in the first viewcontroller , and use the fullScreenScroll in the second viewcontroller .
Now the problem is:
when I push the second view controller from first viewcontroller, the navigationbar DID NOT SHOW in the second viewcontroller.
Following is the code I use in the first view controller: