下面是我得到错误的一些代码:
jsonTitles = [[NSMutableArray alloc]init];
dispatch_async(kQueue, [?] (key only works on mac) {
NSData *data = [NSData dataWithContentsOfUrl:kJSONUrl];调度从is获取数据的位置。
#define kQueue dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0)
#define kJSONUrl [NSURL URLWithString:@"http://dev.cas.yt/workspace/ccapp backend/schedule/students/student/week"]错误是:使用统一标识符“DISPATCH_QUEUE_PRIORITY_DEFAULT”
发布于 2015-04-07 19:06:16
最后我结束了这个项目,
谢谢所有帮助我的人
https://stackoverflow.com/questions/26263020
复制相似问题