Skip to content

Instantly share code, notes, and snippets.

@mathewa6
Created June 20, 2014 20:58
Show Gist options
  • Select an option

  • Save mathewa6/b23ba9e1bb82946880fb to your computer and use it in GitHub Desktop.

Select an option

Save mathewa6/b23ba9e1bb82946880fb to your computer and use it in GitHub Desktop.
xcsnippet : BOOL Type Formatter
//BOOL Type Formatter
//Makeshift "Type Formatter" for boolean expressions in NSLog() statements.
//Completion Shortcut : boolValueNSLogging
//Completion Scope : All
NSLog(@"%@", <#BOOL_VALUE_EXPRESSION#> ? @"YES" : @"NO");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment