summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatbir Tanda <satbirtanda@gmail.com>2019-07-29 17:33:58 -0700
committerSatbir Tanda <satbirtanda@gmail.com>2019-07-29 17:33:58 -0700
commite59707e4e4dd5a1e2395bf92ab995a3dc13184a0 (patch)
tree57328bf215ec4c4319ead766eac3f62d404d8486
parent6836dab17316ffb7d784d41c90736a6d743f9dd9 (diff)
downloadsdl_ios-e59707e4e4dd5a1e2395bf92ab995a3dc13184a0.tar.gz
Update SDLLockScreenViewController.m
Set number of lines to 0 to wrap the text
-rw-r--r--SmartDeviceLink/SDLLockScreenViewController.m1
1 files changed, 1 insertions, 0 deletions
diff --git a/SmartDeviceLink/SDLLockScreenViewController.m b/SmartDeviceLink/SDLLockScreenViewController.m
index 62de5f170..1dd0657aa 100644
--- a/SmartDeviceLink/SDLLockScreenViewController.m
+++ b/SmartDeviceLink/SDLLockScreenViewController.m
@@ -109,6 +109,7 @@ NS_ASSUME_NONNULL_BEGIN
self.arrowDownImageView.tintColor = iconColor;
self.lockedLabel.textColor = iconColor;
+ self.lockedLabel.numberOfLines = 0;
if (self.lockedLabelText != nil) {
self.lockedLabel.text = self.lockedLabelText;