Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/NSHipster/ibcolortool
List all colors in Storyboards and XIB files
https://github.com/NSHipster/ibcolortool
command-line ios macos storyboards xib-files
Last synced: 3 months ago
JSON representation
List all colors in Storyboards and XIB files
- Host: GitHub
- URL: https://github.com/NSHipster/ibcolortool
- Owner: NSHipster
- License: mit
- Archived: true
- Created: 2019-10-04T22:21:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-10-17T13:45:51.000Z (about 3 years ago)
- Last Synced: 2024-04-20T17:52:22.910Z (7 months ago)
- Topics: command-line, ios, macos, storyboards, xib-files
- Language: Swift
- Homepage:
- Size: 34.2 KB
- Stars: 80
- Watchers: 5
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ibcolortool
Lists all of the colors used in Storyboards and XIB files.
## Usage
```terminal
$ 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
```## Requirements
- Xcode 11+
- Swift 5.1+## Installation
### Homebrew
Run the following command to install using [homebrew](https://brew.sh/):
```terminal
$ brew install nshipster/formulae/ibcolortool
```### Manually
Run the following commands to build and install manually:
```terminal
$ git clone https://github.com/NSHipster/ibcolortool.git
$ cd ibcolortool
$ make install
```## License
MIT
## Contact
Mattt ([@mattt](https://twitter.com/mattt))