mapbox / MapboxStatic.swift

Static map snapshots with overlays in Swift or Objective-C on iOS, macOS, tvOS, and watchOS
https://www.mapbox.com/api-documentation/?language=Swift#static
Other
189 stars 31 forks source link

Update for Swift 3 #35

Closed boundsj closed 7 years ago

boundsj commented 8 years ago

This ports the Swift 2.2 implementation to Swift 3. It is a work in progress and there are several known issues but it is functional and can be used, for now, to help test applications written with the Xcode 8 and Swift 3 betas that use MapboxStatic.

Todo:

1ec5 commented 8 years ago

The most obvious port of allowedCharacterSet in Overlay.swift seems to cause an exception in the first Xcode 8 beta.

https://openradar.appspot.com/26880260

1ec5 commented 7 years ago

Superseded by #41.

1ec5 commented 7 years ago

The saga continues in #50.