|
|
|
|
|
by e28eta
3704 days ago
|
|
I totally agree. I wanted to expand a little on basic vs advanced screens, and suitability for IB. At work we had two teams who had very different opinions of IB's usefulness. In our case, it was based on the nature of each application. IB does not provide much value when the majority of the screen is dynamically determined: different elements based on user preferences, locale, document contents, etc. The team that disliked IB, their app was almost all dynamic (and lists/tables, whose cells were also fairly dynamic). Our team, on the other hand, had a very static UI. It had very little runtime customization (other than the contents of labels, images, etc). We loved IB. And then child ViewControllers came along, and made it easier to mix static/dynamic content on the same screen. I haven't used UIStackView yet, but I suspect it also will help with screens that contain dynamic content. |
|