UIPopoverController. Is there way to use Interface Builder to layout the VC and View it Contains?

Posted by dugla on Stack Overflow See other posts from Stack Overflow or by dugla
Published on 2010-04-16T01:43:24Z Indexed on 2010/04/16 1:53 UTC
Read the original article Hit count: 795

Since UIPopoverController is often a container for a non-trivial amount of view hierarchy, it would be nice to do the layout of the VC and View it contains in Interface Builder rather then programmatically. Has anyone found a good work flow for do this?

For example I want to embed a UIScrollView in a UIPopoverController and I am not excited about having to do it all programmatically.

Thanks in advance.

Cheers,
Doug

© Stack Overflow or respective owner

Related posts about uipopovercontroller

Related posts about uiscrollview