iOS: how to understand the role of rootviewcontroller and its relationship with other objects
Posted
by
Anthony Kong
on Stack Overflow
See other posts from Stack Overflow
or by Anthony Kong
Published on 2011-01-14T22:31:02Z
Indexed on
2011/01/14
22:53 UTC
Read the original article
Hit count: 202
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?
© Stack Overflow or respective owner