summaryrefslogtreecommitdiff
path: root/platform/ios/src/UIView+MGLAdditions.h
Commit message (Collapse)AuthorAgeFilesLines
* [ios, macos] Fixes for static analyzer warnings (#14453)Julian Rex2019-04-301-1/+1
|
* [iOS] Enable developers to change position of ornaments (#13911)Lloyd Sheng2019-03-111-0/+19
| | | | | | | * APIs for change position of ornaments * Use anchors APIs and emove iOS8 layout code * Add ornaments layout tests
* [ios] Reverts "Enable customize positions of mapview ornaments (#13556)" ↵Julian Rex2019-02-051-19/+0
| | | | | (#13870) This reverts commit e22d28c285c1543ebbf75d205f0129e74b0fbb8a.
* [ios] Enable customize positions of mapview ornaments (#13556)Lloyd Sheng2019-01-301-0/+19
* APIs for customize positions of ornaments * Adopt anchors layout * Remove iOS8 layout code