I get this log in the console when I am running my application in is simulator. Haven\'t seen this in iOS 8. I am not quite sure whats causing this. Has anyone else come acr
Same issue is happened in my case,i have to change the code in following way then it works fine. In ViewDidLoad,call this method by using main thread,
ViewDidLoad
main thread
[self performSelectorOnMainThread:@selector(setUpTableRows) withObject:nil waitUntilDone:YES];