Created
January 29, 2014 21:35
-
-
Save CocoaPriest/8697706 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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