Skip to content

Instantly share code, notes, and snippets.

@sTinGe
Created April 24, 2018 14:32
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 sTinGe/226d9de0f262b7fa9bf627eea1cebc27 to your computer and use it in GitHub Desktop.
Save sTinGe/226d9de0f262b7fa9bf627eea1cebc27 to your computer and use it in GitHub Desktop.
#ifdef DEBUG
[_debugLabel setHidden:NO];
#else
[_debugLabel setHidden:YES];
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment