Hacker News new | past | comments | ask | show | jobs | submit login

XIBs are great for user interfaces that use components that are not table views. XIBs are completely unnecessary and actually a hindrance for view controllers whose primary UI element is a UITableView or UICollectionView.

Most apps, most of the time on iOS make heavy use of these two classes. Even if you're building a data entry form, you're likely to place the text fields inside of a UITableView.

For subclasses of UITableViewController, you actually have to do more work to use a XIB than not.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: