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

Force expand method? #71

Open tereks opened 9 years ago

tereks commented 9 years ago

Hello. In my project I have UITableview with TLYShyNavBar+ExtensionView. I've noticed that when I scroll down uitableview, TLYShyNavBar is being hidden. Then I reload tableview with another datasource with < 4 element and I have this issue that TLYShyNavBar is hidden but I still have empty space between tableview and statusbar. Something with contentInset. However I don't need any contentInset improvements, I need to force expand the navbar. Can you consider creating separate expand/collapse methods?

Mazyod commented 9 years ago

Thanks for the suggestion! I like it, sure will try to get this in soon.

AdamBCo commented 9 years ago

@Mazyod have you made any progress with this feature? I'm having a similar issue where I have a user transitioning from a tableView to a mapView. If the navbar is hidden while making the transition, the user will not be able to see the navbar until transitioning back to the tableview and pulling down. Thanks for the help.

Mazyod commented 9 years ago

@AdamBCo Not yet, unfortunately. I am also booked for a full week because of attending IndieCade.

I'll have to release v0.10.1 as a hot fix, which simply rolls back to v0.9.15 till I figure this out which has the appropriate fix.


Update:

Sorry, haven't read this in detail. Yeah, any issue tagged with "confirmed" I should get to it eventually, but fixing bugs comes first.

phroggyy commented 8 years ago

@Mazyod any update on this? :)