###控制器模型 不设置背景色 模态跳转时不卡顿属性
PAEDUMoreViewController *moreController = [[PAEDUMoreViewController alloc] init];
moreController.modalPresentationStyle = UIModalPresentationOverCurrentContext;
[self presentViewController:moreController animated:YES completion:nil];







网友评论