Contents

removeFromParent()

Removes the view controller from its parent.

Declaration

func removeFromParent()

Mentioned in

Discussion

This method is only intended to be called by an implementation of a custom container view controller. If you override this method, you must call super in your implementation.

See Also

Managing child view controllers in a custom container