https://github.com/noppefoxwolf/inaba
Interface Builder validator. (beta)
https://github.com/noppefoxwolf/inaba
Last synced: about 1 year ago
JSON representation
Interface Builder validator. (beta)
- Host: GitHub
- URL: https://github.com/noppefoxwolf/inaba
- Owner: noppefoxwolf
- Created: 2018-04-19T09:01:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-19T12:51:32.000Z (about 8 years ago)
- Last Synced: 2024-05-02T05:46:02.000Z (about 2 years ago)
- Language: Swift
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

Interface Builder validator.
## Usage
`$ Inaba ./Project`
```
> CaptureButton.xib
🌁 An image is specified outside the code. (icon_camera)
> NoticeView.xib
🌁 An image is specified outside the code. (notice_dialog_image)
> SignupViewController.storyboard
🌁 An image is specified outside the code. (welcome)
```
- [x] xib, storyboard support
- [ ] image specified outside code validater
- [x] imageView
- [ ] button
- [ ] inaba.yml
## Installation
beta
`git clone git@this`
`make release install`
## Author
Tomoya Hirano, noppelabs@gmail.com
## License
Inaba is available under the MIT license. See the LICENSE file for more info.