tabelview刷新不能及时问题
程序员文章站
2022-07-10 18:14:23
...
线程:This application is modifying the autolayout engin from a background thread
This application is modifying the autolayout engin from a background thread,which can lead to engine corruption and weird crashes,This will cause an exception in a future rellease
避开了主线开辟了一个线程去读取数据,拿到数据后直接去更新数据,而不是代码回到主线程中去更新数据
在处理数据的地方需要调用主线程
dispatch_async(dispatch_get_main_queue(), ^{
});
推荐阅读
-
IE8用ajax访问不能每次都刷新的问题
-
vue-router3.0版本中 router.push 不能刷新页面的问题
-
JSP:解决html页面不能显示绝对路径图片问题,以及图片保存到项目webroot文件夹下面不能及时刷新显示问题
-
tabelview刷新不能及时问题
-
如何解决flask修改静态资源后缓存文件不能及时更改问题
-
解决tomcat部署下的web项目网页更改不能自动刷新的问题
-
页面刷新就不能显示的有关问题
-
关于Iframe实现局部刷新问题:当提交注册表单后,我想把注册成功的信息显示在页面中,现在结果时不能显示在本页面,而是显示在了那个iframe中了,怎么办
-
TP大神帮我看看,验证码不能刷新,。JS有问题吗?
-
ORA-12005不能安排过去时间的自动刷新--问题处理