summaryrefslogtreecommitdiff
path: root/platform/darwin/docs
Commit message (Collapse)AuthorAgeFilesLines
* [ios, macos] Marked MGLStyleFunction as abstract in docsMinh Nguyễn2017-02-101-0/+1
|
* [macos] Refer to Night Shift in style compatibility guideMinh Nguyễn2017-01-251-2/+3
|
* [ios] EdgeInsets is UIEdgeInsets in Swift on iOSMinh Nguyễn2017-01-231-3/+9
|
* [ios, macos] Note that canvas sources are unsupportedMinh Nguyễn2017-01-231-1/+1
|
* Fixed link in “Working with GeoJSON Data” guideMinh Nguyễn2017-01-121-1/+1
|
* [ios, macos] Document simpler types for style values in SwiftMinh Nguyễn2017-01-122-6/+6
|
* [ios, macos] Add convenience initializers to shape source (#7665)Jesse Bounds2017-01-111-0/+10
| | | | | | | | | | | | | | | | | This adds two new convenience initializers to MGLShapeSource: -initWithIdentifier:features:options: takes an array of shape objects that conform to MGLFeature, inserts them in a shape collection feature and creates a source with that shape. -initWithIdentifier:shapes:options does the same but with concrete MGLShape objects that get added to a shape collection. Throw an exception if an shape source is created with the features initializer but is sent an array of features that contains something that is not actually an object that conforms to the feature protocol. Updates to geojson data guide Qualify APIs that take arrays of shapes that are features
* [ios, macos] Replace <q> tags with quotation marks in code blocksMinh Nguyễn2017-01-091-0/+5
|
* [macos] Flip offsets and translationsMinh Nguyễn2017-01-091-0/+8
| | | | The screen origin is at the lower-left, so offsets and translations increase rightwards and upwards, in contrast to iOS and Web contexts, where the coordinate system increases rightwards and downwards. Duplicated style layer property declarations to reflect this difference.
* [ios, macos] Note reversed order in NS/UIEdgeInsetsMinh Nguyễn2017-01-091-0/+5
|
* [ios, macos] Clarified CGVector, NS/UIEdgeInsets accessorsMinh Nguyễn2017-01-091-3/+9
|
* [ios, macos] Split NSValue+MGLStyleEnumAttributeAdditions category per style ↵Minh Nguyễn2017-01-071-3/+3
| | | | | | layer type Also renamed the file to have a slightly more wieldy name.
* [ios] Link guides to each otherMinh Nguyễn2017-01-041-0/+4
|
* [ios, macos] Split For Style Authors guideMinh Nguyễn2017-01-042-308/+86
| | | | Information for Style Authors is now two separate guides, one for iOS and one for macOS. Both are compiled from the same template. Added language about rotation, tilting, and printing.
* [ios, macos] Compare source options to specsMinh Nguyễn2017-01-042-2/+80
|
* [ios, macos] Added guide for style authorsMinh Nguyễn2017-01-042-0/+442
| | | | Added a guide to orient JSON stylesheet authors and Mapbox Studio users around the runtime styling API. An introductory section details the many considerations for designing a robust style for use with iOS and macOS devices.
* [ios, macos] Added guide for working with GeoJSONMinh Nguyễn2017-01-041-0/+89
|
* [ios, macos] Indicate protocols, abstract classes in documentation ↵Minh Nguyễn2016-12-202-1/+26
| | | | | | | | | | | | navigation (#7478) * [ios, macos] Italicize protocols, abstract classes in doc nav Italicize protocols and abstract classes in the generated documentation’s navigation sidebar. * [ios, macos] Denote protocols, abstract classes with glosses Instead of oblique text, use a parenthetical gloss to denote a protocol or abstract class.
* [ios, macos] Highlight current topic in documentation (#7468)Minh Nguyễn2016-12-163-2/+16
| | | | | | * [ios, macos] Highlight current topic in docs * highlight style
* iOS jazzy theme improvements (#7422)Maya Gao2016-12-1612-140/+274
| | | some small improvements to the theme
* [ios, macos] Add Mapbox Jazzy themeJason Wray2016-07-0119-0/+973
- Based on Jazzy's "full width" theme. - Add ellipsis to overlong items in navigation menu. - Set minimum width for navigation menu. - Use Open Sans font face. - Inline GitHub header icon as SVG. - Center images by default. - Add GitHub SVG icon to 'show on github' link. - Wrap overlong method names on class pages.