I know that the View XIB has a view already in place, but are there any other differences? I've read tutorials which say to create a View XIB, change the class and delete the view, then insert a Table View and remake the connections (File's Owner to the Table View, Table View delegate and datasource back to the File's Owner). Is there any difference in the end result if I follow these steps:
- Make an Empty XIB
- Change the File's Owner class to one of my custom classes
- Add a Table View
- Connect the File's Owner to the Table View as its view
- Connect the delegate and datasource from the Table View to the File's Owner