I have seen examples of rotating a UIImageView on touch. I have a case where I’m supposed to rotate the UIImageView on scrolling the UIScrollView. The UIImageView is the content of UIScrollView. Any suggestions on this?
I have seen examples of rotating a UIImageView on touch. I have a case
Share
set the delegate to scroll view and call this method:
Inside of that rotate the imageview:
then set it back when