List all colors in Storyboards and XIB files
Lists all of the colors used in Storyboards and XIB files.
$ ibcolortool path/to/View.xib path/to/Scene.storyboard
UIColor(red: 1.0, green: 0.5763723, blue: 0.0, alpha: 1.0)
UIColor(white: 0.0, alpha: 1.0)
UIColor(named: "Living Coral")
UIColor.groupTableViewBackgroundColor
Run the following command to install using homebrew:
$ brew install nshipster/formulae/ibcolortool
Run the following commands to build and install manually:
$ git clone https://github.com/NSHipster/ibcolortool.git
$ cd ibcolortool
$ make install
MIT
Mattt (@mattt)