Re: Using Storyboard References as objects

2017-10-04 Thread Uli Kusterer
On 4. Oct 2017, at 21:09, Rick Aurbach wrote: > 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. (Again, > similarly to

Using Storyboard References as objects

2017-10-04 Thread Rick Aurbach
I would like to build an object similar to a IB "Container View", but which stores a list of contained views (view controllers) and can transition from one to another. The standard IB approach is to use a container view to embed a single external object. I would like to embed first one external