telly / TLYShyNavBar

Unlike all those arrogant UINavigationBar, this one is shy and humble! Easily create auto-scrolling navigation bars!
MIT License
3.73k stars 427 forks source link

Expand navBar if scrollView's window is visible #142

Closed greis closed 8 years ago

greis commented 8 years ago

Fixes an issue when the navigation bar is manually hidden in another UIViewController in the stack. This PR makes sure that when the app becomes active it will only expand the navBar if the current scrollView is visible on the window.

Mazyod commented 8 years ago

Makes sense! Thanks!