It is simply not possible now. Apple may one day extend the API to allow this, but until that day, you're stuck with the default speed.
The only other option is your own scroll implementation. This is not trivial if you want an entire beautiful varnish, such as the effect of a rubber band, and a way to scroll the lock horizontally or vertically. Not to mention the click to scroll.
In addition, Apple has a patent for some of these scrolling actions, so writing your own can even be dangerous. Source: Apple Touch Screen Patent .
A computing device comprising: a touch screen; one or more processors; Memory; and one or more programs in which one or more programs are stored in memory and configured to be executed by one or more processors, one or more programs, including: instructions for detecting one or more finger contacts with a touch screen display; instructions for applying one or more heuristics to one or more finger contacts to determine a command for a device; and instructions for processing the team; in which one or more heuristics include: vertical scrolling heuristics of the screen to determine that one or more finger contacts correspond to a one-dimensional screen scrolling command, and not a two-dimensional screen translation command based on the angle of the initial movement of the finger contact relative to the touch screen; heuristic of a two-dimensional sketch of a screen to determine that one or more finger contacts correspond to a two-dimensional translation command of the screen, and not a one-dimensional scrolling command on a vertical screen based on the angle of the initial movement of the finger contact with respect to the touch screen ; and heuristic of the next element to determine that one or more contacts of the finger correspond to the transition command from displaying the corresponding element in the element set to display the next element in the element set.
But of course I'm not a lawyer.
source share