show modal as full screen ios 13
This commit is contained in:
parent
ad1de4b4f3
commit
627303f4e3
@ -23,6 +23,7 @@
|
|||||||
if (self = [super init]) {
|
if (self = [super init]) {
|
||||||
self.presentedViewController = presentedViewController;
|
self.presentedViewController = presentedViewController;
|
||||||
self.presentingViewController = presentingViewController;
|
self.presentingViewController = presentingViewController;
|
||||||
|
self.presentedViewController.modalPresentationStyle = UIModalPresentationFullScreen;
|
||||||
self.animate = animated;
|
self.animate = animated;
|
||||||
}
|
}
|
||||||
return self;
|
return self;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user