This video demos one my iOS controls: A UINavigationController category that allows the UINavigationBar to scroll with the content (iOS 8 only).
This is not an all-in-one blackbox control. It's just taking care of animating the UINavigationBar and gives, as an example, a way of doing it while scrolling. But, it is flexible enough for you to implement it for your own use case.
Here it is on Github: https://github.com/Zedenem/ZMScrollableNavigationBar
This is not an all-in-one blackbox control. It's just taking care of animating the UINavigationBar and gives, as an example, a way of doing it while scrolling. But, it is flexible enough for you to implement it for your own use case.
Here it is on Github: https://github.com/Zedenem/ZMScrollableNavigationBar
Category
🤖
Tech