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 -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -