|
카테고리
전체
electronic.music information.design mobile.ui performance abstraction supercollider flash java.p5 max.msp.jitter programming.misc mov.youtube books 최근 등록된 덧글
정말 감사합니다.
그런데..
by 정해원 at 09/15 삼성 응원해~ by 김상수 at 06/18 삼성 응원해~ by 김상수 at 06/18 좀 정확하하하하하하하게 .. by 양준혁 at 06/18 최수환선생님 ㅋㅋㅋ 이.. by 문창배 at 10/27 이글루 파인더
|
id is a pointer to any type of object.
BOOL is the same as char but is used as a Boolean value. YES is 1. NO is 0. IBOutlet is a macro that evaluates to nothing. Ignore it. (IBOutlet is a hint to Interface Builder when it reads the declaration of a class from a .h file.) IBAction is the same as void and acts as a hint to Interface Builder. nil is the same as NULL. We use nil instead of NULL for pointers to objects. ... Aaron Hillegass의 "Cocoa Programming for Mac OSX" 3판에서
|