Do you need to create a separate xib for a table view controller?
For example, I have a table view controller that I create in xcode, a new file (.h and .m), do I need to create xib for it? I install my table view controller as the root view controller for the navigation controller.
Basically, I'm not sure that you always need a controller + view + xib for each view you have, or xib is optional if you don't need to drag and drop routines to it in IB.
source
share