This application is modifying the autolayout engine from a background thread, which can lead to engine corruption and weird crashes. This will cause an exception in a future release

[[NSOperationQueue mainQueue] addOperationWithBlock:^{

_placeL.text=[placeArray objectAtIndex:i];
//_timeL.text=[timeArray objectAtIndex:i];
}];
Previous
Next Post »