-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
if (kUseBackgroundThread) {
[NSThread detachNewThreadSelector:@selector(updateLoop) toTarget:self withObject:nil];
} else {
displayLink = [NSClassFromString(@"CADisplayLink") displayLinkWithTarget:self selector:@selector(updateTVOut)];
[displayLink setFrameInterval:1.0];
[displayLink addToRunLoop:[NSRunLoop currentRunLoop] forMode:NSDefaultRunLoopMode];
}
Metadata
Metadata
Assignees
Labels
No labels