[][src]Trait uikit_sys::UIViewController_UIContainerViewControllerProtectedMethods

pub trait UIViewController_UIContainerViewControllerProtectedMethods: Sized + Deref {
    unsafe fn addChildViewController_(self, childController: UIViewController)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn removeFromParentViewController(self)
    where
        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
, { ... }
unsafe fn beginAppearanceTransition_animated_(
        self,
        isAppearing: BOOL,
        animated: BOOL
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn endAppearanceTransition(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setOverrideTraitCollection_forChildViewController_(
        self,
        collection: UITraitCollection,
        childViewController: UIViewController
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn overrideTraitCollectionForChildViewController_(
        self,
        childViewController: UIViewController
    ) -> UITraitCollection
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn childViewControllers(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn childViewControllerForStatusBarStyle(self) -> UIViewController
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn childViewControllerForStatusBarHidden(self) -> UIViewController
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn childViewControllerForUserInterfaceStyle(self) -> UIViewController
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn addChildViewController_(self, childController: UIViewController) where
    Self::Target: Message + Sized

unsafe fn removeFromParentViewController(self) where
    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

unsafe fn beginAppearanceTransition_animated_(
    self,
    isAppearing: BOOL,
    animated: BOOL
) where
    Self::Target: Message + Sized

unsafe fn endAppearanceTransition(self) where
    Self::Target: Message + Sized

unsafe fn setOverrideTraitCollection_forChildViewController_(
    self,
    collection: UITraitCollection,
    childViewController: UIViewController
) where
    Self::Target: Message + Sized

unsafe fn overrideTraitCollectionForChildViewController_(
    self,
    childViewController: UIViewController
) -> UITraitCollection where
    Self::Target: Message + Sized

unsafe fn childViewControllers(self) -> NSArray where
    Self::Target: Message + Sized

unsafe fn childViewControllerForStatusBarStyle(self) -> UIViewController where
    Self::Target: Message + Sized

unsafe fn childViewControllerForStatusBarHidden(self) -> UIViewController where
    Self::Target: Message + Sized

unsafe fn childViewControllerForUserInterfaceStyle(self) -> UIViewController where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIViewController_UIContainerViewControllerProtectedMethods for UIActivityViewController[src]

impl UIViewController_UIContainerViewControllerProtectedMethods for UIAlertController[src]

impl UIViewController_UIContainerViewControllerProtectedMethods for UICloudSharingController[src]

impl UIViewController_UIContainerViewControllerProtectedMethods for UICollectionViewController[src]

impl UIViewController_UIContainerViewControllerProtectedMethods for UIDocumentBrowserViewController[src]

impl UIViewController_UIContainerViewControllerProtectedMethods for UIDocumentMenuViewController[src]

impl UIViewController_UIContainerViewControllerProtectedMethods for UIDocumentPickerExtensionViewController[src]

impl UIViewController_UIContainerViewControllerProtectedMethods for UIDocumentPickerViewController[src]

impl UIViewController_UIContainerViewControllerProtectedMethods for UIFontPickerViewController[src]

impl UIViewController_UIContainerViewControllerProtectedMethods for UIImagePickerController[src]

impl UIViewController_UIContainerViewControllerProtectedMethods for UIInputViewController[src]

impl UIViewController_UIContainerViewControllerProtectedMethods for UINavigationController[src]

impl UIViewController_UIContainerViewControllerProtectedMethods for UIPageViewController[src]

impl UIViewController_UIContainerViewControllerProtectedMethods for UIReferenceLibraryViewController[src]

impl UIViewController_UIContainerViewControllerProtectedMethods for UISearchContainerViewController[src]

impl UIViewController_UIContainerViewControllerProtectedMethods for UISearchController[src]

impl UIViewController_UIContainerViewControllerProtectedMethods for UISplitViewController[src]

impl UIViewController_UIContainerViewControllerProtectedMethods for UITabBarController[src]

impl UIViewController_UIContainerViewControllerProtectedMethods for UITableViewController[src]

impl UIViewController_UIContainerViewControllerProtectedMethods for UIVideoEditorController[src]

impl UIViewController_UIContainerViewControllerProtectedMethods for UIViewController[src]

Loading content...