SyntaxFix
Write A Post
Hire A Developer
Questions
When you're using iOS >= 4
dispatch_async(dispatch_get_main_queue(), ^{ //Your main thread code goes in here NSLog(@"Im on the main thread"); });