-
Notifications
You must be signed in to change notification settings - Fork 2
iphone tutorial ch03.summary
dongwook lee edited this page Feb 10, 2011
·
1 revision
-
plugin 설치
-
Objective-C 관련 내용 ^[주제를 나누어 조사하고 github wiki에 공유하자.]
- @property, @synthesize *78
- @dynamic? *p80
- 접근자 메서드가 runtmime에 제공
- 서브 클래싱에 사용. 왜?
- @class, import *p76
- @class를 써야하는 이유. 문제 사례 공유
- best practice?
- private method in Obj-C?
- category
- method overloading in Obj-C
- 객체의 release
-
Template 분석(p46~)
-
Window-Based App > View-Based App.
- NSLog
- description method
- getter/setter (manually)
-
LightTheCandle-Info.plist
-
main()
- Autorelease Pool
- http://nephilim.tistory.com
-
AppDelegate
- NIB(MainWindow.xib) > Inspector > File's Owner > delagate > AppDelegate
- delegate pattern(X)
- - protocol - cf. informal protocol(?): private method 와 관련
-
NIB (with Homework)
- Injection By Nib!
- Method Binding: IBAction
- Variable Binding: IBOutlet
- "걸어라 인간아" 소개 (nephilim or someone else)
- File's Owner
- First Responder(X)
- NIB와 연결하기
- UIButton
- Toolbar
- Injection By Nib!
-
Xcode group
- virtual reference
- pragma mark 사용하기
-
-
Hot Keys(p66)