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

Provide support for .storyboard and .xib files

Open nossipova opened this issue 9 years ago • 0 comments

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

<color key="textColor" red="0.93333333330000001" green="0.1764705882" blue="0.16862745100000001" alpha="1" colorSpace="calibratedRGB"/>

It would be great, if ColorSense would at least recognize colors in XML files too. Even better: a menu item for finding and replacing of all occurrences of a color in a storyboard or xib source code.

nossipova avatar Oct 14 '14 18:10 nossipova