show modal as full screen ios 13

This commit is contained in:
Chowdhury, Shohrab 2019-10-23 16:00:09 -04:00
parent ad1de4b4f3
commit 627303f4e3

View File

@ -23,6 +23,7 @@
if (self = [super init]) {
self.presentedViewController = presentedViewController;
self.presentingViewController = presentingViewController;
self.presentedViewController.modalPresentationStyle = UIModalPresentationFullScreen;
self.animate = animated;
}
return self;