I have an UIImageView in the self.view (the main View) and inside it there is a UIButton. I want to know what’s the frame of UIButton in self.view not in UIImageView.
I have an UIImageView in the self.view (the main View) and inside it there
Share
I guess you are looking for this method
– convertRect:toView: