ContainerView
@available(iOS 9.0, *)
public class ContainerView : UIView
A UIView that contains a child UIViewController
-
The embedded child UIViewController
Declaration
Swift
public var viewController: UIViewController -
Creates a UIView
Declaration
Swift
public init( parent: UIViewController, child: () -> UIViewController )Parameters
parentThe parent UIViewController of the view
childThe UIViewController to embed
View on GitHub
ContainerView Class Reference