uitabcell 删除动画

来源:互联网 发布:农村淘宝农资招募 编辑:程序博客网 时间:2024/06/07 00:30
NSIndexPath* path = [NSIndexPath indexPathForRow:2 inSection:0];
NSArray* indexPaths = [NSArray arrayWithObjects:path,nil];
[theTableView deleteRowsAtIndexPaths:indexPaths withRowAnimation:UITableViewRowAnimationFade];
原创粉丝点击