DAVKit
DAVKit copied to clipboard
Why is it executed on the main thread?
DAVRequest.m 75lines, func start if (![NSThread isMainThread]) { [self performSelectorOnMainThread:@selector(start) withObject:nil waitUntilDone:NO];
return;
}