We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NSBlockOperation *operation = [NSBlockOperation blockOperationWithBlock:^{ NSLog(@"some task"); }]; [operation addObserver:self forKeyPath:@"isExecuting" options:NSKeyValueObservingOptionNew context:nil withBlock:^(NSDictionary *change, void *context) { BOOL isExecuting = [change[NSKeyValueChangeNewKey] boolValue]; if (isExecuting) { NSLog(@"operation is executing"); } }]; [operation start];
throw EXC_BAD_ACCESS at https://github.com/sleroux/KVO-Blocks/blob/0.1.0/KVO%20Blocks/NSObject%2BKVOBlocks.m#L30
The text was updated successfully, but these errors were encountered:
No branches or pull requests
throw EXC_BAD_ACCESS at https://github.com/sleroux/KVO-Blocks/blob/0.1.0/KVO%20Blocks/NSObject%2BKVOBlocks.m#L30
The text was updated successfully, but these errors were encountered: