JWAutumn / ACarousel

A carousel view for SwiftUI | SwiftUI 旋转木马效果
MIT License
381 stars 78 forks source link

Failure to perform vertical scrolling on iOS 18 #38

Closed edsonbittencourt closed 1 week ago

edsonbittencourt commented 1 week ago

Hello!

I'm using ACarousel in my app, and while I was using Xcode 15 and iOS 17.4, everything was fine. However, after switching to Xcode 16 and building in iOS 18, I can't perform vertical scrolling when the initial touch is on any of the carousel items.

Is anyone else experiencing this issue?