Thanks to everyone who helped me .... I solved the problem, and here I am posting an answer for those who are looking for this ... in fact, the problem is that "I am loading some records by synchronous request. Therefore, why the update The user interface is locked for a while.
therefore the problem arises here ....
. "", , "start"
[NSThread detachNewThreadSelector: @selector(Start) toTarget:self withObject:nil];
"start" -
- (void) Start
{
Spinner.hidden = NO;
[mySpinner startAnimating];
}