0

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.

cfischer
  • 24,452
  • 37
  • 131
  • 214

1 Answers1

1

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

Dennis Meissner
  • 449
  • 3
  • 10