开发者

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

开发者 https://www.devze.com 2023-02-23 05:10 出处:网络
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 开发者_Go百科.xib file to Objective-C code.

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 开发者_Go百科.xib file to Objective-C code.

Is it possible?


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

0

精彩评论

暂无评论...
验证码 换一张
取 消