summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Elias <francois.elias@livio.io>2020-10-07 11:46:34 -0400
committerFrank Elias <francois.elias@livio.io>2020-10-07 11:46:34 -0400
commit5341122ed61efbbf71c6fc60bacd3e8638066a18 (patch)
tree7b58197eaaedf718d0bc4d3174ff2cd2e112eb32
parent924c510363f406ba3527458e9e13581a4890b6f7 (diff)
downloadsdl_ios-5341122ed61efbbf71c6fc60bacd3e8638066a18.tar.gz
Change SDLLockScreenViewController modalPresentationStyle
Change SDLLockScreenViewController modalPresentationStyle
-rw-r--r--SmartDeviceLink/public/SDLLockScreenViewController.m5
1 files changed, 5 insertions, 0 deletions
diff --git a/SmartDeviceLink/public/SDLLockScreenViewController.m b/SmartDeviceLink/public/SDLLockScreenViewController.m
index 6fc91e9ea..18b0a8480 100644
--- a/SmartDeviceLink/public/SDLLockScreenViewController.m
+++ b/SmartDeviceLink/public/SDLLockScreenViewController.m
@@ -33,6 +33,11 @@ NS_ASSUME_NONNULL_BEGIN
@implementation SDLLockScreenViewController
+- (void)awakeFromNib {
+ [super awakeFromNib];
+ self.modalPresentationStyle = UIModalPresentationFullScreen;
+}
+
- (void)viewWillAppear:(BOOL)animated {
[super viewWillAppear:animated];