monsabre
monsabre

Reputation: 2099

Is there a tool can convert simple .xib to Objective-C code automatically?

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

Answers (1)

Dave DeLong
Dave DeLong

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

Related Questions