summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLCompactCalloutView.m
Commit message (Collapse)AuthorAgeFilesLines
* [core] remove trailing whitespace, add trailing newlines, add space after //Konstantin Käfer2017-01-271-1/+1
|
* [ios] Optional positioning and stickiness for callout viewFredrik Karlsson2017-01-111-0/+8
|
* [ios] Refined custom callout view supportMinh Nguyễn2016-01-061-0/+31
Renamed MGLCalloutView to MGLCompactCalloutView and MGLCalloutViewProtocol to MGLCalloutView to avoid an awkward workaround for a Swift name collision. Replaced individual title and subtitle properties with a single representedObject property that lets you use custom annotation properties in the custom callout view. Overrode a problematic SMCalloutView method. Added lots more documentation.