ios vc写成弹出View
2017-09-20 本文已影响33人
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];