块内函数的返回值
我正在使用AFNetworking从服务器获取数据:
-(NSArray)some function { AFJSONRequestOperation *operation = [AFJSONRequestOperation JSONRequestOperationWithRequest:request success: ^(NSURLRequest *request, NSHTTPURLResponse *response, id JSON) { NSArray *jsonArray =[JSON valueForKey:@"posts"]; } failure:^(NSURLRequest *request, NSHTTPURLResponse *response, NSError *error, id JSON) {}}
所以我在这里想要做的就是将jsonArray返回给函数。显然退货是行不通的。
慕姐8265434
一只名叫tom的猫
Qyouu
相关分类