andreamazz / AMScrollingNavbar

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

Not Able to Scroll Up to the Top after Scrolling Down in iOS 15+ #408

Open jenixgnanadhas opened 2 years ago

jenixgnanadhas commented 2 years ago

Describe the bug Im currently running the latest sample app from master. After scrolling down the Table view if we scroll up again we are unable to see the top most rows.

To Reproduce Steps to reproduce the behavior:

  1. Run the sample App from this repo on an iOS Device Running 15+
  2. Scroll Down for 20 rows and scroll up again
  3. Observe error

This issue Happens in collection view example as well

Expected behavior We should be able to see the Top Most rows

Screenshots Attaching a Video

https://user-images.githubusercontent.com/58021031/143550230-47fafa41-07ad-4c8b-87ee-1ba9278734cb.mp4

jab11 commented 2 years ago

any solution ? for now we just disabled this functionality

jackywpy commented 1 year ago

same question, anyone can fix it?