Created
March 11, 2013 14:55
-
-
Save michaelbiggs/5134795 to your computer and use it in GitHub Desktop.
translate CGPoint (or CGRect) from super view to other view
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[<UIView* otherView> convertPoint: <CGPoint pointToTranslate> fromView: <UIView* pointSuperview>] | |
or | |
[<UIView* otherView> convertRect: <CGRect rectToTranslate> fromView: <UIView* rectSuperview> ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment