[][src]Trait uikit_sys::UIViewController_UINavigationControllerItem

pub trait UIViewController_UINavigationControllerItem: Sized + Deref {
    unsafe fn navigationItem(self) -> UINavigationItem
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn hidesBottomBarWhenPushed(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setHidesBottomBarWhenPushed_(self, hidesBottomBarWhenPushed: BOOL)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn navigationController(self) -> UINavigationController
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn navigationItem(self) -> UINavigationItem where
    Self::Target: Message + Sized

unsafe fn hidesBottomBarWhenPushed(self) -> BOOL where
    Self::Target: Message + Sized

unsafe fn setHidesBottomBarWhenPushed_(self, hidesBottomBarWhenPushed: BOOL) where
    Self::Target: Message + Sized

unsafe fn navigationController(self) -> UINavigationController where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIViewController_UINavigationControllerItem for UIActivityViewController[src]

impl UIViewController_UINavigationControllerItem for UIAlertController[src]

impl UIViewController_UINavigationControllerItem for UICloudSharingController[src]

impl UIViewController_UINavigationControllerItem for UICollectionViewController[src]

impl UIViewController_UINavigationControllerItem for UIDocumentBrowserViewController[src]

impl UIViewController_UINavigationControllerItem for UIDocumentMenuViewController[src]

impl UIViewController_UINavigationControllerItem for UIDocumentPickerExtensionViewController[src]

impl UIViewController_UINavigationControllerItem for UIDocumentPickerViewController[src]

impl UIViewController_UINavigationControllerItem for UIFontPickerViewController[src]

impl UIViewController_UINavigationControllerItem for UIImagePickerController[src]

impl UIViewController_UINavigationControllerItem for UIInputViewController[src]

impl UIViewController_UINavigationControllerItem for UINavigationController[src]

impl UIViewController_UINavigationControllerItem for UIPageViewController[src]

impl UIViewController_UINavigationControllerItem for UIReferenceLibraryViewController[src]

impl UIViewController_UINavigationControllerItem for UISearchContainerViewController[src]

impl UIViewController_UINavigationControllerItem for UISearchController[src]

impl UIViewController_UINavigationControllerItem for UISplitViewController[src]

impl UIViewController_UINavigationControllerItem for UITabBarController[src]

impl UIViewController_UINavigationControllerItem for UITableViewController[src]

impl UIViewController_UINavigationControllerItem for UIVideoEditorController[src]

impl UIViewController_UINavigationControllerItem for UIViewController[src]

Loading content...