[][src]Trait uikit_sys::UIViewController_UIPresentationController

pub trait UIViewController_UIPresentationController: Sized + Deref {
    unsafe fn presentationController(self) -> UIPresentationController
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn popoverPresentationController(
        self
    ) -> UIPopoverPresentationController
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn isModalInPresentation(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setModalInPresentation_(self, modalInPresentation: BOOL)
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn presentationController(self) -> UIPresentationController where
    Self::Target: Message + Sized

unsafe fn popoverPresentationController(self) -> UIPopoverPresentationController where
    Self::Target: Message + Sized

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

unsafe fn setModalInPresentation_(self, modalInPresentation: BOOL) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIViewController_UIPresentationController for UIActivityViewController[src]

impl UIViewController_UIPresentationController for UIAlertController[src]

impl UIViewController_UIPresentationController for UICloudSharingController[src]

impl UIViewController_UIPresentationController for UICollectionViewController[src]

impl UIViewController_UIPresentationController for UIDocumentBrowserViewController[src]

impl UIViewController_UIPresentationController for UIDocumentMenuViewController[src]

impl UIViewController_UIPresentationController for UIDocumentPickerExtensionViewController[src]

impl UIViewController_UIPresentationController for UIDocumentPickerViewController[src]

impl UIViewController_UIPresentationController for UIFontPickerViewController[src]

impl UIViewController_UIPresentationController for UIImagePickerController[src]

impl UIViewController_UIPresentationController for UIInputViewController[src]

impl UIViewController_UIPresentationController for UINavigationController[src]

impl UIViewController_UIPresentationController for UIPageViewController[src]

impl UIViewController_UIPresentationController for UIReferenceLibraryViewController[src]

impl UIViewController_UIPresentationController for UISearchContainerViewController[src]

impl UIViewController_UIPresentationController for UISearchController[src]

impl UIViewController_UIPresentationController for UISplitViewController[src]

impl UIViewController_UIPresentationController for UITabBarController[src]

impl UIViewController_UIPresentationController for UITableViewController[src]

impl UIViewController_UIPresentationController for UIVideoEditorController[src]

impl UIViewController_UIPresentationController for UIViewController[src]

Loading content...