I've applied the rotation transform on the UIImageImage
Suppose the actual frame of UIImageView is
Frame : (100.0, 360.0, 200.0, 130)
The white border is the frame
After applying rotation to some degrees the UIImageView
returning frame is
Frame After Rotation : (97.10, 310.81, 219.79, 240.37)
What I need to get is the actual corners points of the rotated image.
Please help. I'm not sure how to get the actual corners points
As per answer by @sandeep, the result is as follows
The dots should move by the corner of the image and should stick to the corners. I Know if I place the dots as subview of UIImageView but Dots are free and can not place inside UIImageView
to move when rotation applying.