Skip to content

Instantly share code, notes, and snippets.

@itod
Created October 16, 2018 23:34
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 itod/2a5bf34c2860743776b43f2922ee4b9c to your computer and use it in GitHub Desktop.
Save itod/2a5bf34c2860743776b43f2922ee4b9c to your computer and use it in GitHub Desktop.
CGRectInfinite is busted
#define TDRectInfinite (CGRectMake(-((UINT16_MAX)>>1), -((UINT16_MAX)>>1), (UINT16_MAX), (UINT16_MAX)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment