自動参照カウント(ARC)
アーク
設定
Xcode4.2以降でデフォルト
新規プロジェクトの作成で「Use Automatic Reference Counting」のチェックを入れる
ビルド設定で「Objective-C Automatic Reference Counting」をYESにする。
変換
既存のソースコードをARC対応にするには
Edit>Refactor>Convert to Objective-C ARC...
を実行
プロパティ属性修飾子
strong
weak
__string
__weak
__unsafe_unretained
__autoreleasing
メソッドファミリ
alloc
copy
mutableCopy
new
init