Showing
1 changed file
with
2 additions
and
2 deletions
@@ -3,7 +3,7 @@ Mapbox iOS SDK | @@ -3,7 +3,7 @@ Mapbox iOS SDK | ||
3 | 3 | ||
4 | Based on the Route-Me iOS map library (Alpstein fork) with [Mapbox][mapbox] customizations. | 4 | Based on the Route-Me iOS map library (Alpstein fork) with [Mapbox][mapbox] customizations. |
5 | 5 | ||
6 | -Requires iOS 5 or greater (includes iOS 7 support at runtime), Xcode 5.0 or greater, and ARC. | 6 | +Requires iOS 5 or greater (includes iOS 7+ support at runtime), Xcode 5.0 or greater, and ARC. |
7 | 7 | ||
8 | [![](https://raw.github.com/mapbox/mapbox-ios-sdk/packaging/screenshot.png)]() | 8 | [![](https://raw.github.com/mapbox/mapbox-ios-sdk/packaging/screenshot.png)]() |
9 | 9 | ||
@@ -15,7 +15,7 @@ Major differences from [Alpstein fork of Route-Me](https://github.com/Alpstein/r | @@ -15,7 +15,7 @@ Major differences from [Alpstein fork of Route-Me](https://github.com/Alpstein/r | ||
15 | * [Mapbox Markers](http://mapbox.com/blog/markers/) support. | 15 | * [Mapbox Markers](http://mapbox.com/blog/markers/) support. |
16 | * [UTFGrid interactivity](http://mapbox.com/mbtiles-spec/utfgrid/). | 16 | * [UTFGrid interactivity](http://mapbox.com/mbtiles-spec/utfgrid/). |
17 | * Improved network tile loading performance. | 17 | * Improved network tile loading performance. |
18 | - * A bulk, background map tile downloader for cache pre-population. | 18 | + * A bulk, background map tile downloader for cache pre-population and offline use. |
19 | * Annotation callouts that behave like MapKit. | 19 | * Annotation callouts that behave like MapKit. |
20 | * Annotation convenience subclasses for points and shapes. | 20 | * Annotation convenience subclasses for points and shapes. |
21 | * Prepackaged static library. | 21 | * Prepackaged static library. |
-
Please register or login to post a comment