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

Support OS X #15

Closed 1ec5 closed 8 years ago

1ec5 commented 8 years ago

On OS X, AppKit uses NSImage and NSColor instead of UIImage and UIColor. We should use Swift’s target conditional macros to switch between these types. A couple strategic typealiases could make these even easier.

/cc @tmcw