summaryrefslogtreecommitdiff
path: root/platform/darwin/docs/guides
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/darwin/docs/guides
parentd2efbc99159a6503e483b41e5adf43656c6413d3 (diff)
downloadqtlocation-mapboxgl-2382f199c11ae7c864fc41ac83aadc83b560ca10.tar.gz
[ios] Link guides to each other
Diffstat (limited to 'platform/darwin/docs/guides')
-rw-r--r--platform/darwin/docs/guides/For Style Authors.md.ejs4
1 files changed, 4 insertions, 0 deletions
diff --git a/platform/darwin/docs/guides/For Style Authors.md.ejs b/platform/darwin/docs/guides/For Style Authors.md.ejs
index 0bd9bbecd9..cbe38ff6ba 100644
--- a/platform/darwin/docs/guides/For Style Authors.md.ejs
+++ b/platform/darwin/docs/guides/For Style Authors.md.ejs
@@ -143,6 +143,10 @@ 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.
+<% if (iOS) { -%>
+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 <%- os %> are generally
consistent with the style specification and Mapbox Studio’s Styles editor. Any