博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
collectionView/tableview刷新时关闭动画无效
阅读量:4842 次
发布时间:2019-06-11

本文共 274 字,大约阅读时间需要 1 分钟。

collectionView/tableview reloadSections/reloaddata时去掉动画无效时可以尝试使用

[UIView performWithoutAnimation:^{    [_collectionView reloadSections:[NSIndexSet indexSetWithIndex:2]];    //刷新操作 }];

转载于:https://www.cnblogs.com/levy/p/collectionViewtableview-shua-xin-shi-guan-bi-dong-.html

你可能感兴趣的文章
EJB究竟是什么,真的那么神奇吗??
查看>>
数据结构——集合有关
查看>>
NSCondition
查看>>
常用单词7
查看>>
html5中input的type类型有哪些(总结)
查看>>
(转)dp动态规划分类详解
查看>>
手机归属地查询
查看>>
关于运动
查看>>
GridView的RowCommand事件传两个或以上参数
查看>>
剑指Offer编程题2——替换空格
查看>>
ubuntu切换到root
查看>>
MYSQL limit用法
查看>>
Windows7下出现“不支持此接口”的解决方案
查看>>
实现dhtmlxTree树型控件单击展开收缩功能
查看>>
不能在DropDownList 中选择多个项
查看>>
【Unity渲染】Camera RenderToCubemap 渲染到立方体纹理
查看>>
n2n网络穿透内网
查看>>
让“懒惰” Linux 运维工程师事半功倍的 10 个关键技巧!
查看>>
写给自己看的小设计4 - 对象设计通用原则之扩展原则
查看>>
oem 重建
查看>>