-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
enhancementNew feature or requestNew feature or request
Description
This is more a question than an issue, I have two lists, one with 20+ rows and another with 5. When scrolling the larger one, it moves the smaller one content out of screen. Was wondering if this could be prevented here, with something like:
scrollViewsStore.allObjects
.filter { $0 != lastScrollingScrollView }
.forEach {
if $0.contentIsBiggerThanScrollOffset(scrollView.contentOffset) {
$0.setContentOffset(scrollView.contentOffset, animated: false)
}
}Attached a video to show what I mean.
Thanks
Screen.Recording.2023-06-13.at.12.05.18.mov
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request