iOS UI代码片段-UIViewController present viewController 低下vc不消失

来源:互联网 发布:windows远程登录 编辑:程序博客网 时间:2024/06/05 08:06
//代码:  UIViewController * vc = [[UIViewController alloc]init];    vc.modalPresentationStyle = UIModalPresentationOverCurrentContext;    [self presentViewController:vc animated:NO completion:NULL];