UIViewContorller *vc = [[UIViewContorller alloc] init];
vc.modalPresentationStyle = UIModealPresentationOverFullScreen;
[self presentViewController:vc animated:YES completion:nil];
UIViewContorller *vc = [[UIViewContorller alloc] init];
vc.modalPresentationStyle = UIModealPresentationOverFullScreen;
[self presentViewController:vc animated:YES completion:nil];
本文标题:ios vc写成弹出View
本文链接:https://www.haomeiwen.com/subject/yminsxtx.html
网友评论