Skip to content

Instantly share code, notes, and snippets.

@jparishy
Created August 27, 2014 14:29
Show Gist options
  • Save jparishy/c249264be2ba943312e2 to your computer and use it in GitHub Desktop.
Save jparishy/c249264be2ba943312e2 to your computer and use it in GitHub Desktop.
#if DEBUG
#define UIViewSetLayoutDebuggingIdentifier(view, identifier) \
[view setValue:identifier forKey:@"_layoutDebuggingIdentifier"]
#else
#define UIViewSetLayoutDebuggingIdentifier(view, identifier)
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment