|
|
|
|
|
by jsankey
4902 days ago
|
|
I started out using XIBs, but also found myself moving a lot of my controllers away from them as soon as things got non-trivial. The biggest problem I found was weak layout support, so if you had a lot of dynamic content in a screen, it was easier to make a flexible layout in code. I also agree that the lack of "diffability" for XIBs, despite them being XML, is a pain. Maybe I was missing something, but my experience matches the OP. |
|
If you're just talking about some buttons in a toolbar, go nuts, but otherwise it's worth the time investment to learn.