Skip to content

Instantly share code, notes, and snippets.

@CocoaPriest
Created January 29, 2014 21:35
Show Gist options
  • Save CocoaPriest/8697706 to your computer and use it in GitHub Desktop.
Save CocoaPriest/8697706 to your computer and use it in GitHub Desktop.
@property (nonatomic, strong) dispatch_source_t timer;
. . .
self.timer = dispatch_source_create(DISPATCH_SOURCE_TYPE_TIMER, 0, 0, dispatch_get_main_queue());
self.timer = nil; // EXC_BAD_INSTRUCTION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment