Assigning a view controller to this property (either programmatically or using Interface Builder) installs the view controller’s view as the content view of the window.
The above quote is from the UIWindow's reference. My question is about the particular phase :
"installs the view controller’s view as the content view of the window"
What does exactly content view refer to ?