Skip to content

Instantly share code, notes, and snippets.

@hlung
Created June 3, 2013 05:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hlung/5696218 to your computer and use it in GitHub Desktop.
Save hlung/5696218 to your computer and use it in GitHub Desktop.
CGRect manipulation
CGRect frame = (CGRect){
.origin.x = 60,
.origin.y = 80,
.size.width = 200,
.size.height = 300
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment