您的位置:首页 > 移动开发 > IOS开发

iOS开发笔记--添加cell动画

2017-03-20 14:21 344 查看
[_mainTable beginUpdates];
[_mainTable insertRowsAtIndexPaths:indexPath withRowAnimation:UITableViewRowAnimationTop];
[_mainTable endUpdates];


[_mainTable beginUpdates];
[_mainTable deleteRowsAtIndexPaths:selectedIndexPath withRowAnimation:UITableViewRowAnimationTop];
[_mainTable endUpdates];
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: