You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the chapter 6 example project TableViewPerformance in the method that use the built in cell when you set the image cell.imageView.image = [UIImage imageNamed:@"ios5"];
should be cell.imageView.image = [UIImage imageNamed:@"iOS6"];