Q&A
Q: |
Is it possible to have multiple views or view controllers? |
A: |
Yes, absolutely. In Hour 13, "Using Tab Bars to Manage Multiview Interfaces," you'll create an application that uses several view controllers, each with an independent view. |
Q: |
Why do I drag from the File's Owner to the Object in Interface Builder, rather than the other way around? |
Q: |
Why do I drag from the File's Owner to the Object in Interface Builder, rather than the other way around? |
A: |
Think of the File's Owner as the code that you're going to be writing. Your code needs to reference the Interface Builder object (through an outlet), not the other way around. |