-
Notifications
You must be signed in to change notification settings - Fork 2
Objective c 사전탐방(과제有)
nephilim edited this page Feb 13, 2011
·
15 revisions
- 주제 목록 1~8번 중 조사할 내용을 찜(주제 옆에 이름을 기록)하고
- 해당 주제를 설명하는 페이지 링크를 목록 밑에 작성 (쇠사슬 모양의 아이콘 사용)
- 목록 밑 링크를 클릭하면 해당하는 새 페이지가 나옴. 조사한 내용 기록
- 주제를 선택하고 조사한 내용을 공유합니다.
- @property, @synthesize *p78 - 변정훈
- @dynamic? *p80 - 변정훈
- 접근자 메서드가 runtmime에 제공
- 서브 클래싱에 사용. 왜?
- 링크는 이런 식으로...
- @class, #import *p76 - 석종일
- @class를 써야하는 이유. 문제 사례 공유
- best practice?
- #import vs #include
- private method in Obj-C?
- category
- @private
- method overloading in Obj-C
- 객체의 release 요령
- autorelease(optional)
- global variable
- C에서의 global variable
- static in C(Java와의 차이)
- extern
- #define, typedef
- enum 사용하기
- NSInteger, NSUInteger
- 구조체
- 구조체의 변수 할당(복사)
- 구조체에 대한 멤버 접근법
- CGPoint, CGSize
- delegate pattern
- ViewController를 modal로 띄울 때 closing을 부모에게 delegate함
- TabBarControllerSample 참고