Swift 添加到TableView实现动画效果

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

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

posted on 2015-01-23 00:19  大木哥  阅读(462)  评论(0编辑  收藏  举报

导航