こんにちは、私はこれらの呼び出し操作を持っています:
NSInvocationOperation *operation = [[NSInvocationOperation alloc]
initWithTarget:ndParser selector:@selector (parseUrl:)
object:[NSString stringWithFormat:@"http://URL%@",var]];
私の方法:
- (BOOL) parseUrl:(NSString *)URL;
ブール値を返す必要があります....
どうすればこの値をキャッチできますか?
よろしく