Could someone explain the kinds of placeholder objects that may appear in the Interface Builder document window?
The kinds of placeholders that I know exist are: File’s owner, First Responder and App Delegate
Links:
- This thread explains First Responder.
- This thread explains the App Delegate.
- iPhone Interface Builder and Delegates: Answers the question, but not very clearly
I copied this from Apple’s developer website on Interface Builder, Hope this helps.
Basically in my own words the placeholders hold everything in your program and they consist of everything that the user sees, like a
UIViewor aUIImageView, something along those lines