NSInvocationOperation* theOp = [[NSInvocationOperation alloc] initWithTarget:self selector:@selector(myTaskMethod:) object:data]; [[MyAppDelegate sharedOperationQueue] addOperation:theOp]; |
|
40分 |
sharedOperationQueue 这个是整个APP的Singleton对象啊 。
和framework诶关系。 |
我自己写了这个方法,可以用了。
APP的Singleton对象是指什么? |