Using Storyboard References as objects


Rick Aurbach
 

I would like to build an object similar to a IB "Container View", but which stores a list of contained views and can transition from one to another. Ideally, the view would contain an outlet collection which would store its associated sub-controllers. And it would be really nice if I could connect EITHER a scene from the current storyboard OR a storyboard reference.

To do that, I think I need to know what a storyboard reference really is and how to access it. (So far, if there is any information about this on the web I haven't been able to find it.)

Does anyone have any clues or pointers that I can use without causing my app to be rejected by the AppStore? (And yes, I know I can just try it and see what I get, but I thought I'd ask you folks before I did that.)

Rick