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:
userInteractionEnabled = a to disable the event that the user touches.
Comments
Post a Comment