diff options
author | Eric Wolfe <eric.r.wolfe@gmail.com> | 2017-03-20 18:27:16 -0700 |
---|---|---|
committer | Eric Wolfe <eric.r.wolfe@gmail.com> | 2017-03-20 22:34:15 -0700 |
commit | af475f0175abd2badb4df5229a750c1796e82ca4 (patch) | |
tree | 7dd15a23118e656cdbc01945efd8e99eccef22e1 /platform/ios/docs | |
parent | f91072a6b035a3064f0b47b93c7af7a21d7bb796 (diff) | |
download | qtlocation-mapboxgl-af475f0175abd2badb4df5229a750c1796e82ca4.tar.gz |
[ios] Add next steps to Runtime Styling guide (#7855)
Diffstat (limited to 'platform/ios/docs')
-rw-r--r-- | platform/ios/docs/guides/Runtime Styling.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/ios/docs/guides/Runtime Styling.md b/platform/ios/docs/guides/Runtime Styling.md index e85b466c65..194d8b3bdd 100644 --- a/platform/ios/docs/guides/Runtime Styling.md +++ b/platform/ios/docs/guides/Runtime Styling.md @@ -44,6 +44,10 @@ The Mapbox SDK gives you access to all of the same tools we use to render our de Draw custom shapes on the map the same way you would a custom `UIView` or `CALayer`. These shapes keep their geographic scale and are perfect for visualizing everything from indoor floor plans to metro systems to hurricane tracks. +## Next steps + +Check out the [iOS code examples](https://www.mapbox.com/ios-sdk/examples/runtime-toggle-layer/) to learn more about how to use runtime styling in your own apps. + ## Resources * [Information for style authors](for-style-authors.html) |