inamiy / YIFullScreenScroll

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

iOS 7 Status bar overlaps the view #21

Closed jasminelily closed 11 years ago

jasminelily commented 11 years ago

Can you give me any advice about this?What did I do wrong?Thank you.

https://s3.amazonaws.com/uploads.hipchat.com/41313/277518/NTEJHQ54QH7lOJY/IMG_0289.jpg

inamiy commented 11 years ago

That's library's default behavior in iOS7. NavigationBar-background should disappear when fully scrolled down, and only status-bar will be visible.

uschen commented 11 years ago

Just add a uiview to the status bar always or when the navbar disappears.

inamiy commented 11 years ago

Good idea :) Auto-adding status-bar-background (like Facebook app) from library side may be a good new feature. I will note it.