예전꺼(2014년이전꺼)/iOS

Objective-C 메소드 호출

리베스 2011. 2. 12. 00:12
Objective C 에서의 메소드 호출

   [theObject anyMethod];                         theObject객체에 anyMethod를 보낸다. 

   [theObject anyMethod: anyArgument];   theObject객체에 anyArgument를 인자로 하여 
                                                              anyMethod를 보낸다. 





아이폰 앱 구성도