iOS: how to understand the role of rootviewcontroller and its relationship with other objects
- by Anthony Kong
I have created a UISplitViewController based iOS app in XCode 3.2.5
Below is a screen shot of Interface builder showing the rootviewcontroller and how it is linked to other objects.
Being a beginner myself, I do not understand:
1) What is the role of the rootviewcontroller? Searched the documentation but what I found did not answer this question.
2) I thought a IBOutlet should only link to one corresponding object. Why in this case the rootviewcontroller is linked to two?