My aim is to effectively use a UIScrollView as a UISlider.
I've managed to code a UISlider to change the alpha of an image however I want to code a scrollview to change the alpha of an image when it is scrolled.
I think I'm on the right lines by using the scroll views content offset to adjust alpha balances in the scroll view delegate but I just can't seem to get the code to work!
Any suggestions on how I can get do this?
Thanks