GTScrollNavigationBar
GTScrollNavigationBar copied to clipboard
A scrollable UINavigationBar that follows a UIScrollView
Navigation bar gets stuck in a half transparent state if the content height is not large enough.
Hi, I have a translucent tab bar, but i noticed that the calculations dont take this into account, its seen as the full content size, but really it should deduct...
Make sure, only GTScrollNavigationBar are returned
I think scrollingnavigationbar should be nullable for use with Swift. ``` objective-c @interface UINavigationController (GTScrollNavigationBarAdditions) @property(strong, nonatomic, readonly, nullable) GTScrollNavigationBar *scrollNavigationBar; @end @implementation UINavigationController (GTScrollNavigationBarAdditions) @dynamic scrollNavigationBar; - (nullable GTScrollNavigationBar*)scrollNavigationBar...
Hi, Why did you drop support for iOS 7 on your last v0.3? Is there any API reason? Thanks for the great work besides that :+1: David
This imposes a significant problem if the scrollview has floating items on top that have to be repositioned everytime the content is scrolled.
If the NavigationItem.titleView have any information the scroll doesn't work. Left or Right itens works fine.
Last comment, I promise, everything else is perfect. I have a UITableView with a UISearchBar, and a UIRefreshControl. My goal is to add this GTScrollNavigationBar (with the addition of a...
When you are on the first uitableview, if you scroll down, the navigation bar disappears. Then you click on a row, and the navigation bar is immediately shown, and then...