summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLCompactCalloutView.h
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Rename SMCalloutView and stop using submoduleupstream/fb-mglsmcalloutviewJason Wray2017-10-111-1/+1
|
* [ios] Reformat inline documentation with ticks, smart quotes, breaks (#5752)Jason Wray2016-07-221-1/+4
| | | | | - Makes the use of apostrophes in the iOS SDK documentation consistent by converting “dumb” `'` into smart `’`. - Adds ticks around class/property names/values. - Breaks lines at 80 characters.
* [ios, osx] Use HTML links in documentationMinh Nguyễn2016-04-201-1/+1
| | | | | | Replaced Markdown syntax with HTML syntax for hyperlinks in documentation comments. HTML links work both inside Xcode (whether Objective-C or Swift) and on the Web (via jazzy). Fixes #3961.
* [ios] Refined custom callout view supportMinh Nguyễn2016-01-061-0/+11
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.