I am developing an app where I need to created a that will scroll at the speed provided by a UISlider presented to the end user.
I will provide the end user with a range of numbers form 0 to 100. These numbers will represent inches per minute for speed.
The UIScrollview will be different sizes for each user depending on the content they provide. The speed of the scrolling needs to be consistent no matter the size of the UIScroll View.
Can someone please tell me how this can be accomplished.