Open tereks opened 9 years ago
Thanks for the suggestion! I like it, sure will try to get this in soon.
@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.
@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.
@Mazyod any update on this? :)
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?