Merge branch 'feature/handle_ios_13_modal' into 'develop'
show modal as full screen ios 13 See merge request BPHV_MIPS/mvm_core!39
This commit is contained in:
commit
c493323b39
@ -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