Reply to comment

Convert xib resource file to objective C source code

Being an iPhone programmer, we also have this dilemma; should we use code or xib resource file to create a view? We have to choose between performance and ease of maintenance. Now we have another solution:

http://d.hatena.ne.jp/KishikawaKatsumi/20090427

This will convert an xib file into a objective C file, that you can insert the converted code into the loadView method of the view controller. So that we can design our views using interface builder and than convert the view to code for best performance.

Reply

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.
  • You can use Markdown syntax to format and style the text. Also see Markdown Extra for tables, footnotes, and more.

More information about formatting options

CAPTCHA
This question is for testing whether you are a human visitor and to prevent automated spam submissions.
Image CAPTCHA
Enter the characters shown in the image.