iOS UIScrollView without user interaction and programmatic scrolling -


Is UIScroll is possible without the user able to scroll and so is it possible to scroll the UICrollView program?

Yes, you can use these methods to scroll through the program:

You can also set userInteractionEnabled = a to disable the event that the user touches.

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

javascript - What is an alternative to using getElementByClass for hiding multiple elements? -

c - Selecting a file randomly from a file system -