I have a page where I would like to have a scrollview scroll at constant velocity. This appears very frequently in guitar websites, where the page basically autoscrolls.
For example, on this site, you could click where it says "autoscroll", and you could use a slider to adjust the autoscrolling speed. I was wondering if you could do that in UIKit or even better, in SwiftUI. I know there's the ScrollViewReader
, but that is mainly used to jump to a location.
It would be great if anyone could give me some kind of guidance on this, Thanks!