Marco

Results 3 issues of Marco

Thank you very much for this amazing plugin. We are currently posting on a team's channel an update with the latest distributed version of our apps plus the change-log. Is...

1) Extension View is set and all is working as expected. 2) User Tap on the Search Bar and the UITableView is displayed. Now the extensionView is behind the UITableView....

bug
confirmed

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]; }