UIPopoverController. Is there way to use Interface Builder to layout the VC and View it Contains?
- by dugla
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