MotionInMotion Episode 42 - Objective-C Basics and Conversion
Objective-C Basics and Conversion - MotionInMotion
Objective-Cでの書き方
- property
- attr_accessor
- method definition
- parameters
- literal
- string, number
- array
- @[@"foo", @42, @"bar", @3.14];
- dictionary
- @{ @1: @"red", @2: @"green", @3: @"blue" };
- Able Pear Software: Something wonderful: new Objective-C literal syntax
- docs
- iOSアプリケーションプログラミングガイド
- raywenderlich