Just in the appdelegates, applicationDidBecomeActive. I create and start a thread, this thread waits an asynchronous download and then save data:
- (void)a
I have found the problem: Is changing a label in menuViewController
In this thread, i use a isntance variable than is de menuViewController:
[menuViewController.labelBadgeVideo setText:@"123 videos"];
If i comment this line no warning appears
(Now I have to find out how to change this label without warning)