forum

Home / DeveloperSection / Forums / Rotate UIImageView from Particular side

Rotate UIImageView from Particular side

Anonymous User230612-Nov-2014

I want to rotate image (UIImageView) from particular side (for ex. Right Side).

I know through :-

float degrees = 20; //the value in degrees

imageView.transform = CGAffineTransformMakeRotation(degrees * M_PI/180);

but it rotates from center.

I want to rotate my UIImageView from one particular side (i.e. Left side will be at its place, and right side 


Updated on 12-Nov-2014
I am a content writter !

Can you answer this question?


Answer

1 Answers

Liked By