ColorSense-for-Xcode icon indicating copy to clipboard operation
ColorSense-for-Xcode copied to clipboard

Plugin for Xcode to make working with colors more visual

Results 46 ColorSense-for-Xcode issues
Sort by recently updated
recently updated
newest added

Hi, I installed the plugin using the Alcatraz and is not working. Thanks

A .storyboard or a .xib file can be viewed as XML source code in Xcode. A color definition in Xcode XML looks like this: ``` xml ``` It would be...

the changes are completely non-destructive, but just make it SOOOO much easier to read and work with. (and prettier to look at) really hope you can "live with" this kind...

After loving ColorSense in all my regular iOS/OSX work, I got so tired of not having the same support in Cocos2d. I added support for the CCColor class.

When using this wonderful plugin, code is generated like so: ``` objc [UIColor colorWithRed:0.065 green:0.576 blue:0.865 alpha:1.000]; ``` This will cause warnings if `-Wconversion` is on: ``` error: implicit conversion...

Support the uppercase F as number suffix as used by Color Maker