Swift 添加到TableView实现动画效果

let indexPath = NSIndexPath(forRow:0 ,inSection:0)

self.tableView.insertRowsAtIndexPaths([indexPath], withRowAnimation: UITableViewRowAnimation.Automatic)

原文地址:https://www.cnblogs.com/SimonGao/p/4243031.html