summaryrefslogtreecommitdiff
path: root/platform/ios/resources/Compass@2x.png
Commit message (Collapse)AuthorAgeFilesLines
* [ios] Made SDK and iosapp localizableMinh Nguyễn2016-04-241-0/+0
| | | | | | | | | | Made storyboards and strings throughout the SDK and iosapp localizable. Replaced the compass image with an unlabeled image. Draw a localizable string atop it at runtime. Redefined NSLocalizedString() and NSLocalizedStringFromTable() macros to look at the SDK bundle rather than the main application bundle. This redefinition has no effect on the host application, because it’s in an internal header. That header must be included in all files that contain localizable strings. See NSBundle+MGLAdditions.h for a full explanation. Added a make rule that runs genstrings and ensures UTF-8 output (since genstrings insists on UTF-16). Use MGLCoordinateFormatter in iosapp for dropped pin callouts. Rely on subclasses of MGLPointAnnotation instead of annotation titles to distinguish between different kinds of point annotations.
* Optimize bundled images' file sizesJason Wray2015-09-011-0/+0
| | | | Saves 8KB, because we care.
* move iOS code from gl-cocoa to this projectJustin R. Miller2015-02-091-0/+0