Interface Builder layout ViewController with its own nib
Posted
by Sean Clark Hess
on Stack Overflow
See other posts from Stack Overflow
or by Sean Clark Hess
Published on 2010-05-23T00:30:46Z
Indexed on
2010/05/25
4:11 UTC
Read the original article
Hit count: 230
I would like to be able to decide where a sub view is placed, when that view is controlled by its own view controller. This happens frequently on the iPad when you have a semi-complicated view that doesn't fill the entire screen.
So, imagine that I want the sub view controller's nib to decide its own width, components, connections, etc, while the parent nib would decide where that view/nib would be placed.
I'd really like to lay it out visually instead of programatically. How can I?
© Stack Overflow or respective owner