summaryrefslogtreecommitdiff
path: root/platform/ios/docs/guides
Commit message (Collapse)AuthorAgeFilesLines
* [ios, macos] Moved DDS guide examples to Swift unit testMinh Nguyễn2017-05-081-32/+39
| | | | Moved example code from DDS guide to a unit test written in Swift. The code is inserted into the guide at codegen time.
* [ios, macos] Fixed syntax error in DDS guideMinh Nguyễn2017-05-081-1/+1
|
* [core] Render fill-extrusion layers (#8431)Lauren Budorick2017-04-271-0/+8
|
* [ios] swapped link for circle layer example (#8818)Jordan Kiley2017-04-261-1/+1
|
* [ios] replaced link to select a feature example (#8651)Jordan Kiley2017-04-051-1/+1
|
* [ios, macos] Rename Data-driven styling guide (#8627)Jesse Bounds2017-04-052-10/+11
| | | | | | | | | * [ios, macos] Rename Data-driven styling guide This turns the Data-driven styling guide into a guide for working with style functions. This helps clarify that not all style functions are DDS specific but keeps the discussion of this related functionality in the same guide.
* [ios, macos] Copyedited data-driven styling guidesMinh Nguyễn2017-04-012-151/+66
| | | | | | Cursorily copy-edited the data-driven styling guide, removing a stray class reference, replacing a redundant h1, and making stops examples platform-agnostic and less redundant. Fixed an issue in the style authors guide where style function tables appeared under each style layer type table.
* [ios][macos] Update DDS guideEric Wolfe2017-03-201-26/+63
| | | | Clarifies linear and exponential interpolation, adds stops to each example for clarity, and other minor tweaks.
* [ios] Add next steps to Runtime Styling guide (#7855)Eric Wolfe2017-03-201-0/+4
|
* [ios, macos] update iOS SDK guides (#8354)Jordan Kiley2017-03-172-2/+240
| | | | - Added DDS guide - Updated "For Style Authors" guide
* [ios, macos] Rename MGLStyleConstantValue to MGLConstantStyleValueJesse Bounds2017-03-031-1/+1
|
* [ios] add user interaction guide (#7937)Jordan Kiley2017-02-061-0/+38
| | | | | * added gesture recognizer guide and gifs
* [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/+4
|
* [ios, macos] Note that canvas sources are unsupportedMinh Nguyễn2017-01-231-1/+1
|
* [ios, macos] Document simpler types for style values in SwiftMinh Nguyễn2017-01-121-3/+3
|
* [ios] Copy-edit guides (#7680)Jason Wray2017-01-113-38/+35
|
* [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/+4
|
* [ios, macos] -translate → -translationMinh Nguyễn2017-01-071-0/+10
|
* [ios, macos] Renamed text-field, text-font, text-font-size, circle-pitch-scaleMinh Nguyễn2017-01-071-0/+9
| | | | Reduced the likelihood that the developer might attempt to set textField to an NSTextField or UITextField, or textFont to an NSFont or UIFont, or textSize to a CGSize or NSSize, or circlePitchScale to a number (given iconScale).
* [ios, macos] Split NSValue+MGLStyleEnumAttributeAdditions category per style ↵Minh Nguyễn2017-01-071-11/+11
| | | | | | layer type Also renamed the file to have a slightly more wieldy name.
* [ios] Link guides to each otherMinh Nguyễn2017-01-043-8/+11
|
* [ios] Runtime styling guide fixesEric Wolfe2017-01-041-5/+1
|
* [ios, macos] Split For Style Authors guideMinh Nguyễn2017-01-041-0/+279
| | | | 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] Adds guides to documentation sidebar (#7488)Eric Wolfe2017-01-034-0/+259
Initial set of guides focused on runtime styling