summaryrefslogtreecommitdiff
path: root/platform/ios/docs/guides/For Style Authors.md
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2017-01-04 18:52:22 -0800
committerMinh Nguyễn <mxn@1ec5.org>2017-01-04 21:48:32 -0800
commit2382f199c11ae7c864fc41ac83aadc83b560ca10 (patch)
tree9c778bee19073f04835f8be831fd3fd09f6f7617 /platform/ios/docs/guides/For Style Authors.md
parentd2efbc99159a6503e483b41e5adf43656c6413d3 (diff)
downloadqtlocation-mapboxgl-2382f199c11ae7c864fc41ac83aadc83b560ca10.tar.gz
[ios] Link guides to each other
Diffstat (limited to 'platform/ios/docs/guides/For Style Authors.md')
-rw-r--r--platform/ios/docs/guides/For Style Authors.md2
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 2e7ed6e4a7..96a0661af6 100644
--- a/platform/ios/docs/guides/For Style Authors.md
+++ b/platform/ios/docs/guides/For Style Authors.md
@@ -94,6 +94,8 @@ dynamically as a user interacts with your application. The style itself is
represented at runtime by an `MGLStyle` object, which provides access to various
`MGLSource` and `MGLStyleLayer` objects that represent content sources and style
layers, respectively.
+For more information about the capabilities exposed by the runtime styling API,
+see “[Runtime Styling](runtime-styling.html)”.
The names of runtime styling classes and properties on iOS are generally
consistent with the style specification and Mapbox Studio’s Styles editor. Any