I want to rotate image on angle.But i wnt to rotate image with fix point.How can i set this fix point?
imageView.layer.anchorPoint = CGPointMake(.5,.5); for get this you need to import following header file
imageView.layer.anchorPoint = CGPointMake(.5,.5);
#import