From 5db1c180968ecc09f918c0a6038f00395d11feb5 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Fri, 23 Aug 2019 07:31:48 -0700 Subject: [ios] Fix a couple minor warnings in iosapp --- platform/ios/app/MBXState.m | 4 ++-- platform/ios/app/Main.storyboard | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/platform/ios/app/MBXState.m b/platform/ios/app/MBXState.m index ff5f3803dc..455961e88a 100644 --- a/platform/ios/app/MBXState.m +++ b/platform/ios/app/MBXState.m @@ -63,8 +63,8 @@ NSString *const MBXReuseQueueStatsEnabled = @"MBXReuseQueueStatsEnabled"; return YES; } -- (NSString*) debugDescription { - return [NSString stringWithFormat:@"Camera: %@\nTracking mode: %lu\nShows user location: %@\nDebug mask value: %lu\nShows zoom level ornament: %@\nShows time frame graph: %@\nDebug logging enabled: %@\nShows map scale: %@\nShows user heading indicator: %@\nFramerate measurement enabled: %@\nReuse queue stats enabled: %@", +- (NSString *)debugDescription { + return [NSString stringWithFormat:@"Camera: %@\nTracking mode: %lu\nShows user location: %@\nDebug mask value: %lu\nShows zoom level ornament: %@\nShows time frame graph: %@\nShows map scale: %@\nShows user heading indicator: %@\nFramerate measurement enabled: %@\nReuse queue stats enabled: %@", self.camera, (unsigned long)self.userTrackingMode, self.showsUserLocation ? @"YES" : @"NO", diff --git a/platform/ios/app/Main.storyboard b/platform/ios/app/Main.storyboard index 28316745a1..ac83bd968f 100644 --- a/platform/ios/app/Main.storyboard +++ b/platform/ios/app/Main.storyboard @@ -1,9 +1,9 @@ - + - + @@ -13,11 +13,11 @@ - + - +