objective-ccocoa-touchxibloadview

Read a xib and spit the equivalent loadView


Is there any tool that will read a xib file and spit the corresponding loadView method?

I want to create the views with a xib, but then convert it to Objective C code and use that from then on.


Solution

  • There is a tool called nib2objc out there which you can find on github: https://github.com/akosma/nib2objc