[][src]Trait uikit_sys::UIViewController_UITabBarControllerItem

pub trait UIViewController_UITabBarControllerItem: Sized + Deref {
    unsafe fn tabBarItem(self) -> UITabBarItem
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setTabBarItem_(self, tabBarItem: UITabBarItem)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn tabBarController(self) -> UITabBarController
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn tabBarObservedScrollView(self) -> UIScrollView
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setTabBarObservedScrollView_(
        self,
        tabBarObservedScrollView: UIScrollView
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn tabBarItem(self) -> UITabBarItem where
    Self::Target: Message + Sized

unsafe fn setTabBarItem_(self, tabBarItem: UITabBarItem) where
    Self::Target: Message + Sized

unsafe fn tabBarController(self) -> UITabBarController where
    Self::Target: Message + Sized

unsafe fn tabBarObservedScrollView(self) -> UIScrollView where
    Self::Target: Message + Sized

unsafe fn setTabBarObservedScrollView_(
    self,
    tabBarObservedScrollView: UIScrollView
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIViewController_UITabBarControllerItem for UIActivityViewController[src]

impl UIViewController_UITabBarControllerItem for UIAlertController[src]

impl UIViewController_UITabBarControllerItem for UICloudSharingController[src]

impl UIViewController_UITabBarControllerItem for UICollectionViewController[src]

impl UIViewController_UITabBarControllerItem for UIDocumentBrowserViewController[src]

impl UIViewController_UITabBarControllerItem for UIDocumentMenuViewController[src]

impl UIViewController_UITabBarControllerItem for UIDocumentPickerExtensionViewController[src]

impl UIViewController_UITabBarControllerItem for UIDocumentPickerViewController[src]

impl UIViewController_UITabBarControllerItem for UIFontPickerViewController[src]

impl UIViewController_UITabBarControllerItem for UIImagePickerController[src]

impl UIViewController_UITabBarControllerItem for UIInputViewController[src]

impl UIViewController_UITabBarControllerItem for UINavigationController[src]

impl UIViewController_UITabBarControllerItem for UIPageViewController[src]

impl UIViewController_UITabBarControllerItem for UIReferenceLibraryViewController[src]

impl UIViewController_UITabBarControllerItem for UISearchContainerViewController[src]

impl UIViewController_UITabBarControllerItem for UISearchController[src]

impl UIViewController_UITabBarControllerItem for UISplitViewController[src]

impl UIViewController_UITabBarControllerItem for UITabBarController[src]

impl UIViewController_UITabBarControllerItem for UITableViewController[src]

impl UIViewController_UITabBarControllerItem for UIVideoEditorController[src]

impl UIViewController_UITabBarControllerItem for UIViewController[src]

Loading content...