summaryrefslogtreecommitdiff
path: root/SmartDeviceLink_Example/Classes
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-10-14 11:31:30 -0700
committerMuller, Alexander (A.) <amulle19@ford.com>2016-10-14 11:31:30 -0700
commit8587f21bcfb2326f291c4fea22f2e5f6ed61aa58 (patch)
tree7ed0ee9ff34918ff9b04fd5db0e83cee102770e5 /SmartDeviceLink_Example/Classes
parent0e7ac2ca99f9da202a0a236b8bc0d0e45febcf3c (diff)
downloadsdl_ios-8587f21bcfb2326f291c4fea22f2e5f6ed61aa58.tar.gz
Renamed SDLTextAlignment enums
Diffstat (limited to 'SmartDeviceLink_Example/Classes')
-rw-r--r--SmartDeviceLink_Example/Classes/ProxyManager.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/SmartDeviceLink_Example/Classes/ProxyManager.m b/SmartDeviceLink_Example/Classes/ProxyManager.m
index 7f42eacbd..06b7382ec 100644
--- a/SmartDeviceLink_Example/Classes/ProxyManager.m
+++ b/SmartDeviceLink_Example/Classes/ProxyManager.m
@@ -115,7 +115,7 @@ NS_ASSUME_NONNULL_BEGIN
self.initialShowState = SDLHMIInitialShowStateShown;
- SDLShow *show = [SDLRPCRequestFactory buildShowWithMainField1:@"SDL" mainField2:@"Test App" alignment:SDLTextAlignmentCentered correlationID:@0];
+ SDLShow *show = [SDLRPCRequestFactory buildShowWithMainField1:@"SDL" mainField2:@"Test App" alignment:SDLTextAlignmentCenter correlationID:@0];
SDLSoftButton *pointingSoftButton = [self.class pointingSoftButtonWithManager:self.sdlManager];
show.softButtons = [@[pointingSoftButton] mutableCopy];
show.graphic = [self.class mainGraphicImage];