I\'ve got a fairly complex view, for me anyway, that has a few \"trays\" with custom interface items on them. They slide in and out of my root view. I\'d like to nest (addSu
I'm trying to do the same thing, but was dissuaded from your approach by Apple's documentation, which states that "You should not use view controllers to manage views that fill only a part of their window—that is, only part of the area defined by the application content rectangle. If you want to have an interface composed of several smaller views, embed them all in a single root view and manage that view with your view controller."