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

Extra distance between UINavigationBar and ExtensionView after a rotation. #198

Open StefaniOSApps opened 6 years ago

StefaniOSApps commented 6 years ago

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 remove this distance after a spin?

screen shot 2018-08-18 at 00 50 14

StainlessStlRat commented 6 years ago

Did you ever figure this out?

StefaniOSApps commented 6 years ago

to many bugs on iPhone XS, XR, XS MAX, so I use AMScrollingNavbar

StainlessStlRat commented 6 years ago

Does AMScrollingBar support an extension view?

StefaniOSApps commented 6 years ago

It is supported, but you have to create and position the UIview yourself at the beginning. But this framework supports iOS 12 and that is the most important thing.