inamiy / YIFullScreenScroll

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

ScrollView Content Size Changed when NavBar hidden, won't be able to unhidden navbar #22

Open uschen opened 10 years ago

uschen commented 10 years ago

If navbar has been hidden by scrolling, and the scrollview content size has decreased (like change the tableview source), there is no way to unhidden navbar by scrolling.

inamiy commented 10 years ago

By default, library doesn't adjust navBar position when contentSize.height is too short (Ref).

If your tableView's dataSource has been changed, I would recommend you to call -showUIBarsAnimated: manually after every -reloadData as a hotfix, but I will also try automating this feature in the future release, so I will leave this issue as opened for a while.

inamiy commented 10 years ago

TODO

uschen commented 10 years ago

thanks!!!!!!