objc-codegenutils
objc-codegenutils copied to clipboard
Three small tools to help you meet Xcode halfway.
Hi, I remember reading about this set of tools a while ago and now that I use more and more Storyboards, I wanted to set this up and was hopping...
I have started using `objc-colordump`, but I find it a little bit complicated to use when you are changing the palette colors. My setup: I created the palette with one...
I'm on Yosemite 10.10.3 And the clr aren't read properly... Actually generated files are empty. How to fix it ?
Makes `objc-identifierconstants` work with tildes. Otherwise a filename like `MainStoryboard~ipad.storyboard` will generate identifiers in the form: ``` objc extern NSString *const R_MainStoryboard~ipadStoryboardWebSegueIdentifier; ``` Which don't compile.
See the updated example project for how category methods and strong types work. Here's a quick example: ``` objective-c UIStoryboard *storyboard = [UIStoryboard storyboardWithName:CGTAMainStoryboardName bundle:nil]; CGTADetailViewController *detailViewController = [storyboard instantiateViewControllerWithIdentifier:CGTAMainStoryboardDetailViewControllerIdentifier];...
Closes #1.
Add support for NSCalibratedRGBColorSpace, NSDeviceWhiteColorSpace and NSCalibratedWhiteColorSpace
It would be nice to be able to extract things like view controller and cell identifiers/identities from XIBs.