resource
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
18 weeks 4 days ago
23 weeks 6 days ago
27 weeks 2 days ago
28 weeks 2 days ago
37 weeks 18 hours ago
37 weeks 18 hours ago
37 weeks 1 day ago
37 weeks 3 days ago
39 weeks 1 day ago
39 weeks 2 days ago