[][src]Trait uikit_sys::UIViewController_UILayoutSupport

pub trait UIViewController_UILayoutSupport: Sized + Deref {
    unsafe fn viewLayoutMarginsDidChange(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn viewSafeAreaInsetsDidChange(self)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn topLayoutGuide(self) -> *mut u64
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn bottomLayoutGuide(self) -> *mut u64
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn additionalSafeAreaInsets(self) -> UIEdgeInsets
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setAdditionalSafeAreaInsets_(
        self,
        additionalSafeAreaInsets: UIEdgeInsets
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn systemMinimumLayoutMargins(self) -> NSDirectionalEdgeInsets
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn viewRespectsSystemMinimumLayoutMargins(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setViewRespectsSystemMinimumLayoutMargins_(
        self,
        viewRespectsSystemMinimumLayoutMargins: BOOL
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

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

unsafe fn topLayoutGuide(self) -> *mut u64 where
    Self::Target: Message + Sized

unsafe fn bottomLayoutGuide(self) -> *mut u64 where
    Self::Target: Message + Sized

unsafe fn additionalSafeAreaInsets(self) -> UIEdgeInsets where
    Self::Target: Message + Sized

unsafe fn setAdditionalSafeAreaInsets_(
    self,
    additionalSafeAreaInsets: UIEdgeInsets
) where
    Self::Target: Message + Sized

unsafe fn systemMinimumLayoutMargins(self) -> NSDirectionalEdgeInsets where
    Self::Target: Message + Sized

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

unsafe fn setViewRespectsSystemMinimumLayoutMargins_(
    self,
    viewRespectsSystemMinimumLayoutMargins: BOOL
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIViewController_UILayoutSupport for UIActivityViewController[src]

impl UIViewController_UILayoutSupport for UIAlertController[src]

impl UIViewController_UILayoutSupport for UICloudSharingController[src]

impl UIViewController_UILayoutSupport for UICollectionViewController[src]

impl UIViewController_UILayoutSupport for UIDocumentBrowserViewController[src]

impl UIViewController_UILayoutSupport for UIDocumentMenuViewController[src]

impl UIViewController_UILayoutSupport for UIDocumentPickerExtensionViewController[src]

impl UIViewController_UILayoutSupport for UIDocumentPickerViewController[src]

impl UIViewController_UILayoutSupport for UIFontPickerViewController[src]

impl UIViewController_UILayoutSupport for UIImagePickerController[src]

impl UIViewController_UILayoutSupport for UIInputViewController[src]

impl UIViewController_UILayoutSupport for UINavigationController[src]

impl UIViewController_UILayoutSupport for UIPageViewController[src]

impl UIViewController_UILayoutSupport for UIReferenceLibraryViewController[src]

impl UIViewController_UILayoutSupport for UISearchContainerViewController[src]

impl UIViewController_UILayoutSupport for UISearchController[src]

impl UIViewController_UILayoutSupport for UISplitViewController[src]

impl UIViewController_UILayoutSupport for UITabBarController[src]

impl UIViewController_UILayoutSupport for UITableViewController[src]

impl UIViewController_UILayoutSupport for UIVideoEditorController[src]

impl UIViewController_UILayoutSupport for UIViewController[src]

Loading content...