大家好: 我是一個iPhone大一需要幫助,Objective C的奇怪參數
今天有線參數搞糊塗了,
- (UIBackgroundTaskIdentifier)beginBackgroundTaskWithExpirationHandler:(void(^)(void))handler
/* ... */
bgTask = [application beginBackgroundTaskWithExpirationHandler: ^{
dispatch_async(dispatch_get_main_queue(), ^{
[application endBackgroundTask:self->bgTask];
self->bgTask = UIBackgroundTaskInvalid;
});
}];
是什麼void(^)
我從未見過這個,我希望有人能幫助我
謝謝!
謝謝我的朋友! – BPS1945 2010-10-28 05:27:44