美文网首页
ios push之后卡顿一下解决

ios push之后卡顿一下解决

作者: docC2Y | 来源:发表于2016-08-11 16:07 被阅读356次

[self.navigationController   pushViewController  :   [[RobotInfoCtrl   alloc]    init]    animated:   YES];

卡顿一下,解决方案

在RobotInfoCtrl  初始化时设置

self.backgroundColor = [UIColor whiteColor];

亲测解决

相关文章

网友评论

      本文标题:ios push之后卡顿一下解决

      本文链接:https://www.haomeiwen.com/subject/htlssttx.html