首页 > 学院 > 开发设计 > 正文

解决TableView刷新指定行时闪烁的问题

2019-11-09 15:38:13
字体:
来源:转载
供稿:网友
NSIndexSet *indexSet=[[NSIndexSet alloc]initWithIndex:weakSelf.indexPathSelected.section];                    [weakSelf.tableView reloadSections:indexSet withRowAnimation:UITableViewRowAnimationNone];设置刷新指定行时无动画即UITableViewRowAnimationNone
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表