summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-05-21 08:53:40 -0700
committerMinh Nguyễn <mxn@1ec5.org>2015-05-21 08:53:40 -0700
commite74997e2c18a39355bde6caf9754a23c553b6853 (patch)
tree8fb38f4a0d3e788e3ad51fd9e4c77d36e31e7885 /platform
parentc718d2ea660f4fa3366caad347bb6577a679b968 (diff)
downloadqtlocation-mapboxgl-e74997e2c18a39355bde6caf9754a23c553b6853.tar.gz
Clarified IB designable message
Access tokens are only required for showing Mapbox-hosted maps.
Diffstat (limited to 'platform')
-rw-r--r--platform/ios/MGLMapView.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/ios/MGLMapView.mm b/platform/ios/MGLMapView.mm
index 215be14b54..8df16ce386 100644
--- a/platform/ios/MGLMapView.mm
+++ b/platform/ios/MGLMapView.mm
@@ -2523,7 +2523,7 @@ CLLocationCoordinate2D latLngToCoordinate(mbgl::LatLng latLng)
// Explanation
UILabel *explanationLabel = [[UILabel alloc] init];
- explanationLabel.text = @"To display a map here, you must provide a Mapbox access token. Get an access token from:";
+ explanationLabel.text = @"To display a Mapbox-hosted map here, you must provide an access token. Get an access token from:";
explanationLabel.font = [UIFont preferredFontForTextStyle:UIFontTextStyleBody];
explanationLabel.numberOfLines = 0;
explanationLabel.translatesAutoresizingMaskIntoConstraints = NO;