[][src]Trait uikit_sys::UIViewController_UIViewControllerRotation

pub trait UIViewController_UIViewControllerRotation: Sized + Deref {
    unsafe fn shouldAutorotateToInterfaceOrientation_(
        self,
        toInterfaceOrientation: UIInterfaceOrientation
    ) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn rotatingHeaderView(self) -> UIView
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn rotatingFooterView(self) -> UIView
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn willRotateToInterfaceOrientation_duration_(
        self,
        toInterfaceOrientation: UIInterfaceOrientation,
        duration: NSTimeInterval
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn didRotateFromInterfaceOrientation_(
        self,
        fromInterfaceOrientation: UIInterfaceOrientation
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn willAnimateRotationToInterfaceOrientation_duration_(
        self,
        toInterfaceOrientation: UIInterfaceOrientation,
        duration: NSTimeInterval
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn willAnimateFirstHalfOfRotationToInterfaceOrientation_duration_(
        self,
        toInterfaceOrientation: UIInterfaceOrientation,
        duration: NSTimeInterval
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn didAnimateFirstHalfOfRotationToInterfaceOrientation_(
        self,
        toInterfaceOrientation: UIInterfaceOrientation
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn willAnimateSecondHalfOfRotationFromInterfaceOrientation_duration_(
        self,
        fromInterfaceOrientation: UIInterfaceOrientation,
        duration: NSTimeInterval
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn shouldAutorotate(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn supportedInterfaceOrientations(self) -> UIInterfaceOrientationMask
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn preferredInterfaceOrientationForPresentation(
        self
    ) -> UIInterfaceOrientation
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn interfaceOrientation(self) -> UIInterfaceOrientation
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn attemptRotationToDeviceOrientation()
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn shouldAutorotateToInterfaceOrientation_(
    self,
    toInterfaceOrientation: UIInterfaceOrientation
) -> BOOL where
    Self::Target: Message + Sized

unsafe fn rotatingHeaderView(self) -> UIView where
    Self::Target: Message + Sized

unsafe fn rotatingFooterView(self) -> UIView where
    Self::Target: Message + Sized

unsafe fn willRotateToInterfaceOrientation_duration_(
    self,
    toInterfaceOrientation: UIInterfaceOrientation,
    duration: NSTimeInterval
) where
    Self::Target: Message + Sized

unsafe fn didRotateFromInterfaceOrientation_(
    self,
    fromInterfaceOrientation: UIInterfaceOrientation
) where
    Self::Target: Message + Sized

unsafe fn willAnimateRotationToInterfaceOrientation_duration_(
    self,
    toInterfaceOrientation: UIInterfaceOrientation,
    duration: NSTimeInterval
) where
    Self::Target: Message + Sized

unsafe fn willAnimateFirstHalfOfRotationToInterfaceOrientation_duration_(
    self,
    toInterfaceOrientation: UIInterfaceOrientation,
    duration: NSTimeInterval
) where
    Self::Target: Message + Sized

unsafe fn didAnimateFirstHalfOfRotationToInterfaceOrientation_(
    self,
    toInterfaceOrientation: UIInterfaceOrientation
) where
    Self::Target: Message + Sized

unsafe fn willAnimateSecondHalfOfRotationFromInterfaceOrientation_duration_(
    self,
    fromInterfaceOrientation: UIInterfaceOrientation,
    duration: NSTimeInterval
) where
    Self::Target: Message + Sized

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

unsafe fn supportedInterfaceOrientations(self) -> UIInterfaceOrientationMask where
    Self::Target: Message + Sized

unsafe fn preferredInterfaceOrientationForPresentation(
    self
) -> UIInterfaceOrientation where
    Self::Target: Message + Sized

unsafe fn interfaceOrientation(self) -> UIInterfaceOrientation where
    Self::Target: Message + Sized

unsafe fn attemptRotationToDeviceOrientation() where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIViewController_UIViewControllerRotation for UIActivityViewController[src]

impl UIViewController_UIViewControllerRotation for UIAlertController[src]

impl UIViewController_UIViewControllerRotation for UICloudSharingController[src]

impl UIViewController_UIViewControllerRotation for UICollectionViewController[src]

impl UIViewController_UIViewControllerRotation for UIDocumentBrowserViewController[src]

impl UIViewController_UIViewControllerRotation for UIDocumentMenuViewController[src]

impl UIViewController_UIViewControllerRotation for UIDocumentPickerExtensionViewController[src]

impl UIViewController_UIViewControllerRotation for UIDocumentPickerViewController[src]

impl UIViewController_UIViewControllerRotation for UIFontPickerViewController[src]

impl UIViewController_UIViewControllerRotation for UIImagePickerController[src]

impl UIViewController_UIViewControllerRotation for UIInputViewController[src]

impl UIViewController_UIViewControllerRotation for UINavigationController[src]

impl UIViewController_UIViewControllerRotation for UIPageViewController[src]

impl UIViewController_UIViewControllerRotation for UIReferenceLibraryViewController[src]

impl UIViewController_UIViewControllerRotation for UISearchContainerViewController[src]

impl UIViewController_UIViewControllerRotation for UISearchController[src]

impl UIViewController_UIViewControllerRotation for UISplitViewController[src]

impl UIViewController_UIViewControllerRotation for UITabBarController[src]

impl UIViewController_UIViewControllerRotation for UITableViewController[src]

impl UIViewController_UIViewControllerRotation for UIVideoEditorController[src]

impl UIViewController_UIViewControllerRotation for UIViewController[src]

Loading content...