Skip to content

Instantly share code, notes, and snippets.

@joshaber
Created September 11, 2010 07:47
Show Gist options
  • Save joshaber/574959 to your computer and use it in GitHub Desktop.
Save joshaber/574959 to your computer and use it in GitHub Desktop.
CGRect newFrame = [newSuperview convertRect:view.frame fromView:nil];
[newSuperview addSubview:view];
view.frame = newFrame;
@ShadoFlameX
Copy link

test comment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment