| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- c#
- 애플
- 맥
- 링크
- 아이맥
- 오브젝티브C
- 윈도구
- ObjectiveC
- Objective-C
- cagr48com
- 형식
- 7932
- 설치
- screen
- 퇴사
- 윈도우즈7
- 윈도구7
- install
- 아이폰
- 볼링
- VISTA
- iPhone
- windows
- Number
- mac
- windows7
- java
- WSDL
- Mobile
- WebService
Archives
- Today
- Total
목록2018/03/29 (2)
A colossal Dreamer: GR鐵塔-天生我材
[볼링] 주운 링크
교본을 그대로 옮긴 듯한.http://www.thinkpool.com/MiniBbs/ViewPost.do?action=read&hid=yang3995&sn=433376 그냥 읽을거리http://dl.dongascience.com/magazine/view/M201102N014
짜투리/체력단련
2018. 3. 29. 15:44
ObjC Action Delegation(Handling) Cases
Old style@protocol XXXDelegate// YES => 본체의 내부 로직 실행// NO => delegator 쪽에서 처리하거나, 버리기- (BOOL)shouldAction....@end Mid age styleref: UIAlertController, UIAlertAction Cur styletypedef NS_ENUM(NSInteger, Policy) {Cancel,Allow} @protocol// Action을 살펴보고,// decisionHander 를 호출하는 방식.// 본체에서 처리하려면, Allow// delegator에서 처리하거나 버리려면, Cancel- (void)decidePolicyForAction:(Action *)action decisionHandler:(void..
Development/아이폰
2018. 3. 29. 11:26