[self.tableView insertRowsAtIndexPaths:myObject withRowAnimation:UITableViewRowAnimationFade];
Igy pedig feltekerunk, hogy lassuk az uj cellat:
[self.tableView scrollToRowAtIndexPath:[NSIndexPath indexPathForRow:0 inSection:0] atScrollPosition:UITableViewScrollPositionTop animated:YES];
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.