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

    parent

    The parent UIViewController of the view

    child

    The UIViewController to embed