How to convert nib/xib to objective C code?

Posted by Mickey Shine on Stack Overflow See other posts from Stack Overflow or by Mickey Shine
Published on 2009-12-25T05:30:32Z Indexed on 2010/05/28 16:32 UTC
Read the original article Hit count: 277

I am just wondering is there a way to convert nib/xib file to ojbective C code? I just want to find the equivalent code to the nib/xib file (I've tried nib2objc, seems the result is not what I am after).

Actually I want to compile this example

http://developer.apple.com/iphone/library/samplecode/TableSearch/index.html

without nib/xib file (I want it exactly the same with original), any idea about doing this?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c