Reputation: 2099
Is there a tool can change simple .xib to Objective-C code automatically? I want to I do GUI design in Interface Builder and use the tool convert the .xib file to Objective-C code.
Is it possible?
Upvotes: 4
Views: 2033
Reputation: 243156
Sure it's possible, but why not just use the xib?
If you must do this, though, I'd check out nib2objc
: https://github.com/akosma/nib2objc
Upvotes: 1