diff options
| author | Muller, Alexander (A.) <amulle19@ford.com> | 2016-10-14 11:31:30 -0700 |
|---|---|---|
| committer | Muller, Alexander (A.) <amulle19@ford.com> | 2016-10-14 11:31:30 -0700 |
| commit | 8587f21bcfb2326f291c4fea22f2e5f6ed61aa58 (patch) | |
| tree | 7ed0ee9ff34918ff9b04fd5db0e83cee102770e5 /SmartDeviceLink_Example/Classes | |
| parent | 0e7ac2ca99f9da202a0a236b8bc0d0e45febcf3c (diff) | |
| download | sdl_ios-8587f21bcfb2326f291c4fea22f2e5f6ed61aa58.tar.gz | |
Renamed SDLTextAlignment enums
Diffstat (limited to 'SmartDeviceLink_Example/Classes')
| -rw-r--r-- | SmartDeviceLink_Example/Classes/ProxyManager.m | 2 |
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]; |
