Skip to content

Instantly share code, notes, and snippets.

@katsuhide
Created June 10, 2013 16:16
Show Gist options
  • Save katsuhide/5750044 to your computer and use it in GitHub Desktop.
Save katsuhide/5750044 to your computer and use it in GitHub Desktop.
Objective-c構文諸々
// 三項演算子例文
NSString *str = (a==b)?@"true":@"false";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment