When rotate the View
self.myView.transform = CGAffineTransformMakeRotation(M_PI*40/100);
How i get the coordinate after the myView is rotate?
Is that possible view can change coordinate after rotate?
When rotate the View
self.myView.transform = CGAffineTransformMakeRotation(M_PI*40/100);
How i get the coordinate after the myView is rotate?
Is that possible view can change coordinate after rotate?