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.
Submitted by water on Wed, 2009-05-13 13:45

Recent comments
17 weeks 6 days ago
23 weeks 1 day ago
26 weeks 3 days ago
27 weeks 3 days ago
36 weeks 2 days ago
36 weeks 2 days ago
36 weeks 3 days ago
36 weeks 4 days ago
38 weeks 2 days ago
38 weeks 3 days ago