inamiy / YIFullScreenScroll

Pinterest-like scroll-to-fullscreen UI for iOS5+.
http://www.cocoacontrols.com/controls/yifullscreenscroll
214 stars 27 forks source link

Navigation Bar disappears and does not come back...ever #10

Closed peoplecallmefrancois closed 11 years ago

peoplecallmefrancois commented 11 years ago

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

inamiy commented 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.

inamiy commented 11 years ago

Got the right answer? I will close this issue and please reopen when needed.