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

How to use this plugin on xcode8?

Please add required compatibility with XCode 7.3. Right now the plugin crashes IDE on the start.

As of recently in the Swift language, UIColor and NSColor are both aliased with 'SKColor' for cross-comaptibility across Macs and iOS devices. Please add support for the SKColor class to...

Added support for Swift: UIColor(white: x, alpha: x) UIColor(red: x, green: x, blue: x, alpha: x) UIColor.constantColor()

Not Work RGB with hexadecimal color ; example:[UIColor colorWithRGBHex:0xF5F6F7]; - (UIColor*) colorWithRGBHex: (UInt32) hex { int r = (hex >> 16) & 0xFF; int g = (hex >> 8) &...

I'd be cool to see ColorSense working for Swift

Added Xcode Version 7.1 release(7B91b) compatibility.

Why not run Xcode 7.1

那个转换颜色 怎么使用我没看的效果呢?

Xcode 7.2 Beta 2 Compatibility? When will this come out?