I\'ve been updating my apps to run on iOS 7 which is going smoothly for the most part. I have noticed in more than one app that the reloadData method of a
reloadData
inservif (isInsertHead) { [self insertItemsAtIndexPaths:tmpPoolIndex]; NSArray * visibleIdx = [self indexPathsForVisibleItems]; if (visibleIdx.count) { [self reloadItemsAtIndexPaths:visibleIdx]; } }else if (isFirstSyncData) { [self reloadData]; }else{ [self insertItemsAtIndexPaths:tmpPoolIndex]; }