UIViewController takes up entire screen in Interface Builder
Posted
by Sheehan Alam
on Stack Overflow
See other posts from Stack Overflow
or by Sheehan Alam
Published on 2010-04-06T23:57:47Z
Indexed on
2010/04/07
0:03 UTC
Read the original article
Hit count: 208
I have a NIB with a UIView that contains some UILabels, UIButtons etc. and a UIViewController that is loading a detached NIB.
I want the UIViewController to be positioned below my UIView, but whenever I add it in Interface Builder it takes up the whole screen, and my UIView becomes part of the UIViewController.
How can I make sure UIViewController appears below the UIView?
© Stack Overflow or respective owner