ios vc写成弹出View
2020-05-12 本文已影响0人
biubiuboom
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];