I want to make next:
I have an UITableView that have to dispaly words (A-Z).
Currently when view did load I have one cell that displayed (and this is correct
//For iOS 7 [self.TableView reloadData]; NSIndexPath *indexPath = [NSIndexPath indexPathForRow:1 inSection:1]; [TableView scrollToRowAtIndexPath:indexPath atScrollPosition:UITableViewScrollPositionTop animated:YES];