Skip to content

Instantly share code, notes, and snippets.

@klaaspieter
Created April 21, 2014 22:27
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klaaspieter/11158724 to your computer and use it in GitHub Desktop.
Save klaaspieter/11158724 to your computer and use it in GitHub Desktop.
CGRect rect = {{.x = 0.0, .y = 0.0}, {.width = 0.0, .height = 0.0}};
CGRect rect = {0.0, 0.0, 0.0, 0.0}
@dkhamsing
Copy link

is this better than cgrectmake()

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