我希望在操作后返回一个返回值(NSMutableArray)...
[queue addOperation:operation];
[operation waitUntilFinished];
[[operation result] getValue:&ParseAndCompare_result]; <<here is the error
[__ NSArrayM getValue:]:无法识别 选择器发送到实例0x1b0010
如何使用我收到的新数据启动此emtpy NSMutableArray ....?
问候
答案 0 :(得分:0)
ParseAndCompare_result = [operation result];