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

Remove opacity and use alpha component #61

Closed frederoni closed 7 years ago

frederoni commented 7 years ago

Fixes #59

Added an internal var on UIColor that matches NSColor.alphaComponent

@1ec5 👀