Stefan Nebel
Stefan Nebel
@BubiDevs Please, have a look on #460
Do **not** use ``` if (@available(iOS 11.0, *)) { [table setContentInsetAdjustmentBehavior:UIScrollViewContentInsetAdjustmentNever]; } ```
the best way is to make a sample project and upload it on GitHub. Yes, this framework has some issues, including the gaps. I have now noticed a new issue,...
That will be the best. You can also test my creation of the framework. There are some errors already fixed. Also make sure you have set translucens to true.
In the Demo Projet I have outsourced the framework from cocoapod. Only so could see in messages of the terminal. https://github.com/StefaniOSApps/Example or use ``` pod 'AMScrollingNavbar', :git => 'https://github.com/StefaniOSApps/AMScrollingNavbar.git'#, #:branch...
the content inset can you see here: I think the hight of UITableView is fix.
solved on https://github.com/StefaniOSApps/Example/issues/1#issuecomment-431606120
@Alexookah can you please update the project and check it again?
You can also reproduce the bug by scrolling up in very small steps. I recorded this in this video. [ScreenRecording_10-12-2018 19-23-33.MP4.zip](https://github.com/andreamazz/AMScrollingNavbar/files/2474022/ScreenRecording_10-12-2018.19-23-33.MP4.zip)
Thanks for the very fast answer :-). I have now developed the previous framework and now use: https://github.com/StefaniOSApps/TLYShyNavBar