Skip to content
Toru Hisai edited this page Mar 5, 2018 · 3 revisions

Objective-C ランタイム

内容

  • オブジェクト
    • クラス
    • C の構造体との関係
    • id 型
    • オブジェクトの生成
      • alloc, init, new
  • メソッド呼び出し
    • メッセージ
    • セレクタ
    • シグネチャ
    • NSInvocation
    • NSMethodSignature
  • プロパティとアクセサ
  • メソッドの動的な追加
  • ARC とリファレンスカウンタ
Clone this wiki locally