美文网首页
iOS 实现 presentViewController:界面,

iOS 实现 presentViewController:界面,

作者: iOS开发小学生 | 来源:发表于2021-04-14 15:18 被阅读0次
    TZImagePickerController *imagePickController = [[TZImagePickerController alloc] initWithMaxImagesCount:self.maxImageSelected delegate:self];
       *** 这句的代码是关键 *** 
       *** imagePickController.modalPresentationStyle = UIModalPresentationFullScreen;***
        [self.currentViewController presentViewController:imagePickController animated:YES completion:nil];
    }
    

    相关文章

      网友评论

          本文标题:iOS 实现 presentViewController:界面,

          本文链接:https://www.haomeiwen.com/subject/xmaklltx.html