Skip to content

Instantly share code, notes, and snippets.

@jorbsd
Created June 30, 2010 17:56
Show Gist options
  • Save jorbsd/459001 to your computer and use it in GitHub Desktop.
Save jorbsd/459001 to your computer and use it in GitHub Desktop.
CGRect returnFrameWithNewSize(CGRect originalRect, CGFloat newSize) { return (CGRect){ .origin = originalRect.origin, .size = { .width = newSize, .height = newSize }}; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment