Can I create a UIContainerView programmatically?
I'm trying to create a dynamic View flow that uses UIContainerViews to host UIViewControllers. The UIContainerViews (or UIViewControllers) need to be programmatically added to the UIView to allow multiple side by side. I've been looking around, but can't find any constructors I can use to create my UIContainerView. Is there a simple way to do this or is it against normal guidelines for creating reusable views? To sum up, I want to achieve something like this: var containerView = UIContainerView() containerView.add(myViewController) Simon McLoughlin A UIContainerView is just a visual way to add