Swiping UIImageView ofscreen
I have a UIImageView that needs to be able to be panned all over the view,
pinched and rotated, but the imageView needs to change picture on a swipe
movement as well. Any idea on how to accomplish this? I have added a
UISwipeGestureRecognizer but that will change the picture on any swipe
movement. Ideal would be for me to make the picture animate away and the
new one on to the screen once the user drags it of the screen or when it's
not visible on the screen for more than 50%. Thanks in advance.
No comments:
Post a Comment