- Instance variables that are pointers to other objects are called outlets.
- Methods that can be triggered by user interface objects are called actions.
P.24
- IBOutlet is a macro thac evaluates to nothing.
- IBAction is the same as void.
- Instance variables that are pointers to other objects are called outlets.
- Methods that can be triggered by user interface objects are called actions.
- IBOutlet is a macro thac evaluates to nothing.
- IBAction is the same as void.
カテゴリー: Mac · Programming
タグ: Cocoa, Objective-C
通称ヒレガス本を読み始める
Cocoa Programming for Mac OS X
Aaron Hillegass

カテゴリー: Mac · Programming
タグ: Cocoa, Objective-C