NSData
NSData
UIDocument
NSData
- (NSData*)getMyData { MyUIDocument *doc = [[MyUIDocument alloc] initWithFileURL:fileURL]; [doc openWithCompletionHandler:^(BOOL success) { if (success) { return doc.myResponseData; // this is to be the return for the method not the block } }];}
return
block
return
.
有只小跳蛙
慕尼黑8549860