I want image coordinates in Uiimageview not UIImageview coordinates.
Because if i have a landscape mode image and i set the property of UIImageview contentmode aspectfit, It will show in portrait mode with white spaces and centered.
Please tell me how to get the x,y coordinate of images in UIImageView.
Thanks