Created
June 20, 2014 20:58
-
-
Save mathewa6/b23ba9e1bb82946880fb to your computer and use it in GitHub Desktop.
xcsnippet : BOOL Type Formatter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //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