NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:weakSelf.indexPathSelected.section];
[weakSelf.tableView reloadSections:indexSet withRowAnimation:UITableViewRowAnimationNone];设置刷新指定行时无动画即UITableViewRowAnimationNone
解决TableView刷新指定行时闪烁的问题
最新推荐文章于 2024-01-16 11:35:40 发布
本文介绍如何使用Swift在TableView中实现无动画效果的指定行刷新功能。通过创建NSIndexSet并指定要刷新的section,利用reloadSections方法完成操作。
5748

被折叠的 条评论
为什么被折叠?



