TLYShyNavBar icon indicating copy to clipboard operation
TLYShyNavBar copied to clipboard

Unlike all those arrogant UINavigationBar, this one is shy and humble! Easily create auto-scrolling navigation bars!

Results 73 TLYShyNavBar issues
Sort by recently updated
recently updated
newest added

I inserted a UIScrollView with UIViewAutoresizingFlexibleWidth into the ExtensionView. Everything works satisfactorily. Unfortunately, I have a distance between UINavigationBar and ExtensionView, which only moves away after scrolling. How can I...

Related to: ``` /* The standard status bar is 20 pixels. The navigation bar extends 20 pixels up so it is overlapped by the status bar. * When there is...

I am getting "Failed to Render and update auto layout status for MYViewController : Library not loaded @rpath/TLYShyNavBar.framework/TLYShyNavBar". please help me.

Hi Just updated to Xcode 9 and iOS 11 and it seems the fade behavior no longer works in TLYShyViewController.m (function _updateSubviewsAlpha) The alpha property has no effect on the...

In certain situations we are running into an EXC_BAD_ACCESS at this line in `TLYShyScrollViewController` in version 1.0.0: ``` self.scrollView.frame = frame; ``` Looking at the stack at the time, it's...

bug
confirmed

By using **xcode 9** + **ios 11** device, the navigationBar is not hiding when scrolling up. The navigationBar is always shown. When scrolling up fast, the navigationBar is sometime "jumping"...

For example, I'm scrolling through a table view, the navBar is fully contracted, and I click on an item. Now I'm viewing the detail view. When I click "back" to...

I was experiencing an issue on iOS 11 where there was a gap above the scroll view before the navigation bar. The solution for me was the following code. It...

I have UITabBarController with ViewControllers which are embedded in UINavigationControllers (each VC has it's UINavigationController). Every VC has TableView. All delegates are set. All VCs in viewDidLoad have self.shyNavBarManager.scrollView =...