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

Can a tool automatically change a simple .xib to Objective-C code? I want me to do GUI design in Interface Builder and use a tool to convert the .xib file to Objective-C code.

Is it possible?

+4
source share
1 answer

I am sure it is possible, but why not just use xib?

If you have to do this, I would check nib2objc : https://github.com/akosma/nib2objc

+3
source

Source: https://habr.com/ru/post/1347472/


All Articles