Skip to content

Instantly share code, notes, and snippets.

@mattyohe
Created January 29, 2014 04:31
Show Gist options
  • Save mattyohe/8681876 to your computer and use it in GitHub Desktop.
Save mattyohe/8681876 to your computer and use it in GitHub Desktop.
[[NSRunLoop currentRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate dateWithTimeIntervalSinceNow:0.01]];
@Norod
Copy link

Norod commented Mar 25, 2014

do {[[NSRunLoop currentRunLoop] runMode:NSDefaultRunLoopMode beforeDate:[NSDate distantFuture]];} while (!done);

https://developer.apple.com/library/ios/samplecode/XMLPerformance/Listings/Classes_CocoaXMLParser_m.html :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment