typedef void (^Handler)(int result);
Handler handler = ^(int result) {
NSLog(@"Handler called by result: %d", result);
};
Handler handler = ^(int result) {
NSLog(@"Handler called by result: %d", result);
};
'Mobile > iOS' 카테고리의 다른 글
[iOS] Storyboard 사용시 ViewController 의 initWithNibName 대응법 (0) | 2012.02.20 |
---|---|
[iOS] 기기에 맞는 UIStoryboard 찾기 (0) | 2012.02.20 |
[iOS] iOS Application Life-cycle (0) | 2012.02.17 |
[iOS] boolean type (0) | 2012.02.17 |
[iOS] Multitasking (0) | 2012.02.17 |