- parent
The parent view controller to which this view controller was moved, or null if there is no parent.
This parameter can be null.
Application developers who implement their own container UIKit.UIViewController must call this method after adding child UIKit.UIViewControllers with UIViewController.AddChildViewController.
This method is called automatically by UIViewController.RemoveFromParentViewController.