I’m writing a rather simple app. The entire app mostly consists of one window with 4 toolbar tabs on it.
I’m an organization freak with code so I try to have a ton of small code files instead of one or two large ones.
I currently have 5 views. One for the window itself. Then four for, one for each tab. My question is, is there anything wrong with having that many xibs? Are there any performance decreases or caveats in that I need to watch out for?
Edit
This is an application for Mac OS X not iOS.
In my experiments with using multiple XIBs vs a single XIB it does decrease performance very slightly, however the performance drop is small that it isn’t even noticeable.