美文网首页
控制器模型 不设置背景色不卡顿属性

控制器模型 不设置背景色不卡顿属性

作者: 来敲代码 | 来源:发表于2019-07-11 14:55 被阅读0次
###控制器模型 不设置背景色  模态跳转时不卡顿属性
  PAEDUMoreViewController *moreController = [[PAEDUMoreViewController alloc] init];
   moreController.modalPresentationStyle = UIModalPresentationOverCurrentContext;
  [self presentViewController:moreController animated:YES completion:nil];

相关文章

网友评论

      本文标题:控制器模型 不设置背景色不卡顿属性

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