摘要:
0. 问题所在下面给出一段代码:- (NSArray*) getBlockArray{ int num = 916; return [[NSArray alloc] initWithObjects: ^{ NSLog(@"this is block 0:%i", num); }, ... 阅读全文
posted @ 2014-10-21 01:01 喜糖 阅读(1897) 评论(0) 推荐(0)
|
||
|
摘要:
0. 问题所在下面给出一段代码:- (NSArray*) getBlockArray{ int num = 916; return [[NSArray alloc] initWithObjects: ^{ NSLog(@"this is block 0:%i", num); }, ... 阅读全文
posted @ 2014-10-21 01:01 喜糖 阅读(1897) 评论(0) 推荐(0) |
||