diff options
author | Jordan Kiley <jmkiley@users.noreply.github.com> | 2017-06-29 03:33:20 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-29 03:33:20 -0700 |
commit | 8abe210964c3815141b98bf5e00eb11468696477 (patch) | |
tree | 10108427825e1bc60dcf6d279e483b2368f10a6e /platform/ios/docs | |
parent | 200d184738a2a5c8e7cb19a0f5eaa06d34cb1774 (diff) | |
download | qtlocation-mapboxgl-8abe210964c3815141b98bf5e00eb11468696477.tar.gz |
[ios] moved changes to darwin (#9387)
Diffstat (limited to 'platform/ios/docs')
-rw-r--r-- | platform/ios/docs/guides/For Style Authors.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/ios/docs/guides/For Style Authors.md b/platform/ios/docs/guides/For Style Authors.md index fee4d70b34..35375ea2a9 100644 --- a/platform/ios/docs/guides/For Style Authors.md +++ b/platform/ios/docs/guides/For Style Authors.md @@ -76,6 +76,8 @@ gestures. For more information about user interface design, consult Apple’s [_iOS Human Interface Guidelines_](https://developer.apple.com/ios/human-interface-guidelines/). +To learn more about designing maps for mobile devices, see [Nathaniel Slaughter's blog post](https://www.mapbox.com/blog/designing-maps-for-mobile-devices/) on +the subject. ## Applying your style |