Closed 1ec5 closed 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.
typealias
/cc @tmcw
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
typealias
es could make these even easier./cc @tmcw