I started my iPhone application as a navigation-based app which has served me well until now. In the nib for my TableViewController, I see the TableView (with its example values of California cities) but I'm able to drop any other UI elements on it (for example an UILabel).
I can add a UIWindow which gives me a separate window to add stuff onto but when I start my app all I see is the table view.
What am I missing? How do you mesh these elements together?