# Copy UIColor / NSColor initializer code from Sketch app

*2015-12-11*

> I've published a Sketch app plugin for generating UIColor and NSColor initializer Swift code from fill color of selected layers.

I've published [Copy Swift Code], a [Sketch] app plugin for generating [UIColor] and [NSColor] initializer Swift code from fill color of selected layers.

**[ngs/sketchplugin-swift-color]**

<!--more-->

Installing
----------

Download and unarchive the latest version from [Releases] page, then double click `Copy Swift Code.sketchplugin`.

[Copy Swift Code]: https://github.com/ngs/sketchplugin-swift-color
[ngs/sketchplugin-swift-color]: https://github.com/ngs/sketchplugin-swift-color
[Sketch]: http://www.sketchapp.com
[Releases]: https://github.com/ngs/sketchplugin-swift-color/releases
[LICENSE]: ./LICENSE
[UIColor]: https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIColor_Class/
[NSColor]: https://developer.apple.com/library/mac/documentation/Cocoa/Reference/ApplicationKit/Classes/NSColor_Class/


