[][src]Trait uikit_sys::UIViewController_UIScreenEdgesDeferringSystemGestures

pub trait UIViewController_UIScreenEdgesDeferringSystemGestures: Sized + Deref {
    unsafe fn setNeedsUpdateOfScreenEdgesDeferringSystemGestures(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn childViewControllerForScreenEdgesDeferringSystemGestures(
        self
    ) -> UIViewController
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn preferredScreenEdgesDeferringSystemGestures(self) -> UIRectEdge
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

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

unsafe fn preferredScreenEdgesDeferringSystemGestures(self) -> UIRectEdge where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UIActivityViewController[src]

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UIAlertController[src]

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UICloudSharingController[src]

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UICollectionViewController[src]

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UIDocumentBrowserViewController[src]

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UIDocumentMenuViewController[src]

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UIDocumentPickerExtensionViewController[src]

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UIDocumentPickerViewController[src]

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UIFontPickerViewController[src]

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UIImagePickerController[src]

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UIInputViewController[src]

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UINavigationController[src]

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UIPageViewController[src]

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UIReferenceLibraryViewController[src]

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UISearchContainerViewController[src]

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UISearchController[src]

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UISplitViewController[src]

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UITabBarController[src]

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UITableViewController[src]

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UIVideoEditorController[src]

impl UIViewController_UIScreenEdgesDeferringSystemGestures for UIViewController[src]

Loading content...