andreamazz / AMScrollingNavbar

Scrollable UINavigationBar that follows the scrolling of a UIScrollView
MIT License
6.05k stars 633 forks source link

Bug at Translucent = OFF #329

Closed StefaniOSApps closed 5 years ago

StefaniOSApps commented 5 years ago

Describe the bug The scroll bar (Scrollindicator) on the right (vertical) no longer runs syncronously when translucent is disabled in ScrollingNavigationController. The scroll bar on the right (vertical) is highly offset.

To Reproduce Steps to reproduce the behavior:

  1. Open Demo. Go on Main Storyboard. Disabled translucent on ScrollingNavigationController.
  2. Run Demo. Look at the scroll bar sideways in any submenu (e.g., UICollectionView). Scroll down slowly.
  3. The scroll bar on the right (vertical) no longer runs syncronously

Expected behavior The same behavior as when Translucent = ON.

Screenshots screen shot 2018-10-11 at 22 15 28