Closed peoplecallmefrancois closed 11 years ago
Have you set self.fullScreenScroll.shouldShowUIBarsOnScrollUp=NO
?
If so, navigationBar will appear only when scrolled to the very first top.
If this doesn't fix your issue, try [self.fullScreenScroll showUIBarsAnimated:YES]
at some place,
which will display hidden navigationBar manually.
Got the right answer? I will close this issue and please reopen when needed.
In my app, when I scroll down, the navigation bar disappears, but when I scroll up, it is completely gone from the screen.
How do I fix this issue?
Thanks, Francois