SolidScroll
SolidScroll copied to clipboard
A liberated _ScrollView and _PagingView of SwiftUI.
```swift struct ContentView: View { var body: some View { SolidScrollView(.vertical, showsIndicators: false) { LazyVStack { ForEach(0 ..< 50, id: \.self) { _ in Color.blue .frame(height: 44) } } }...
Hi, I was checking SolidScroll out to, but unfortunately, when running on Xcode 13.2 and iOS 15.2, it crashed when I ran the demo in the simulator. Is this way...
wiftUI`closure #1 (Swift.Optional) -> SwiftUI._ScrollOverlayView in SwiftUI._ScrollViewRoot.body.getter : some: 0x1b2a08c64 : mov x9, x0 0x1b2a08c68 : ldr x0, [x0] 0x1b2a08c6c : cbz x0, 0x1b2a08c80 ; 0x1b2a08c70 : ldr w9, [x9,...