[−][src]Trait uikit_sys::UIViewController_UIContainerViewControllerProtectedMethods
Provided methods
unsafe fn addChildViewController_(self, childController: UIViewController) where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn removeFromParentViewController(self) where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn transitionFromViewController_toViewController_duration_options_animations_completion_(
self,
fromViewController: UIViewController,
toViewController: UIViewController,
duration: NSTimeInterval,
options: UIViewAnimationOptions,
animations: _bindgen_ty_id_159905,
completion: _bindgen_ty_id_159909
) where
Self::Target: Message + Sized,
self,
fromViewController: UIViewController,
toViewController: UIViewController,
duration: NSTimeInterval,
options: UIViewAnimationOptions,
animations: _bindgen_ty_id_159905,
completion: _bindgen_ty_id_159909
) where
Self::Target: Message + Sized,
unsafe fn beginAppearanceTransition_animated_(
self,
isAppearing: BOOL,
animated: BOOL
) where
Self::Target: Message + Sized,
self,
isAppearing: BOOL,
animated: BOOL
) where
Self::Target: Message + Sized,
unsafe fn endAppearanceTransition(self) where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn setOverrideTraitCollection_forChildViewController_(
self,
collection: UITraitCollection,
childViewController: UIViewController
) where
Self::Target: Message + Sized,
self,
collection: UITraitCollection,
childViewController: UIViewController
) where
Self::Target: Message + Sized,
unsafe fn overrideTraitCollectionForChildViewController_(
self,
childViewController: UIViewController
) -> UITraitCollection where
Self::Target: Message + Sized,
self,
childViewController: UIViewController
) -> UITraitCollection where
Self::Target: Message + Sized,
unsafe fn childViewControllers(self) -> NSArray where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn childViewControllerForStatusBarStyle(self) -> UIViewController where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn childViewControllerForStatusBarHidden(self) -> UIViewController where
Self::Target: Message + Sized,
Self::Target: Message + Sized,
unsafe fn childViewControllerForUserInterfaceStyle(self) -> UIViewController where
Self::Target: Message + Sized,
Self::Target: Message + Sized,