Play sound when UIScrollView is scrolling
- by Chonch
Hey,
I have a scroll view that can be scrolled to the sides (only left and right, not up and down).
I want to play a short sound (less than a second) whenever the scroll view is moved X pixels to either side.
How can this be done? Code samples will be greatly appreciated...
Thanks,