I have a UITableView that is using a custom table cell and each cell has a UIWebView.
Because UIWebView took along time to load, i want to avoid reloading them at al
[UIView setAnimationsEnabled:NO]; [tableView beginUpdates]; [tableView endUpdates]; [UIView setAnimationsEnabled:YES];