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:
Hedden, Kyle Matthew 2019-10-23 16:10:27 -04:00
commit c493323b39

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;