- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 514
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix scroll tracking issues of the scroll view with a positive scroll …
…inset These issues arose in 'Show Navigation Controller' sample of Samples app. 1. The scrollView's contentOffset always becomes (0, 0) instead of (0, -44), which is normal if there is a UINavigationBar. 2. The scrollView's contentOffset sometimes becomes (0, 0) after moving a panel quickly like picking. Case 1 is caused by 7511ce5 commit. Case 2 is caused by a workaround added at 81fd85e commit. I tested this library from iOS 11 to iOS 16, and then I confirmed this workaround doesn't need anymore. Related to #602, #603.
Showing
1 changed file
with
5 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters