You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2018. It is now read-only.
Hey :)
Thank you for this awesome library! I'm currently facing a weird issue in my project using the shyNavBar in combination with a UIPageViewController and UICollectionViews (being nested in the pages). The weird thing is that it works great if I use UIScrollViews instead of UICollectionViews. I isolated the problem in an example project that you can download here.
These screenshots show the problem:
Correct inset with UIScrollView.
Wrong inset with UICollectionView.
The setup is identical (I think) so could it be that the collectionViewLayout interferes with the insets/offset in any way?
Hey :)
Thank you for this awesome library! I'm currently facing a weird issue in my project using the shyNavBar in combination with a
UIPageViewControllerandUICollectionViews (being nested in the pages). The weird thing is that it works great if I useUIScrollViews instead ofUICollectionViews. I isolated the problem in an example project that you can download here.These screenshots show the problem:

Correct inset with UIScrollView.
Wrong inset with UICollectionView.
The setup is identical (I think) so could it be that the collectionViewLayout interferes with the insets/offset in any way?