bennyguitar / Colours

A beautiful set of predefined colors and a set of color methods to make your iOS/OSX development life easier.
MIT License
3.09k stars 300 forks source link

Instead of UIColor, Use class Color to test selector #63

Open yangyubo opened 5 years ago

yangyubo commented 5 years ago
self.responds(to: #selector(UIColor.getHue(_:saturation:brightness:alpha:)))

Above code fails to compile for target macOS.