SimultaneouslyScrollView icon indicating copy to clipboard operation
SimultaneouslyScrollView copied to clipboard

Simultaneously scrolling ScrollViews with SwiftUI support! ↕️🚀

Results 7 SimultaneouslyScrollView issues
Sort by recently updated
recently updated
newest added

### Current behaviour When passing a `UIScrollView` to the `SimultaneouslyScrollViewHandler` using the `register(scrollView:)` method, a potentially already set delegate will be overridden. ### Expected behaviour An already set delegate should...

enhancement

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...

enhancement

I see a `No such module 'UIKit'` error when I try to use it on MacOS.

enhancement

Synchronization fails after using .clipped().

Occasionally unable to synchronize scrolling, especially differential scrolling

Hi! I've struggled a bit with SwiftUI adjusting scroll view content offsets when the keyboard appears. Those don't trigger the `didScroll` delegate methods. I modified the solution to use KVO...

Any chance this could work with ScrollView modifiers? For example with .scrollTargetBehavior(.viewAligned). Currently does not work well together - no view snapping when scrolling. minimal example: ```swift import SwiftUI struct...