[][src]Trait uikit_sys::PUIContentContainer

pub trait PUIContentContainer: Sized + Deref {
    unsafe fn preferredContentSizeDidChangeForChildContentContainer_(
        self,
        container: *mut u64
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn systemLayoutFittingSizeDidChangeForChildContentContainer_(
        self,
        container: *mut u64
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn sizeForChildContentContainer_withParentContainerSize_(
        self,
        container: *mut u64,
        parentSize: CGSize
    ) -> CGSize
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn viewWillTransitionToSize_withTransitionCoordinator_(
        self,
        size: CGSize,
        coordinator: *mut u64
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn willTransitionToTraitCollection_withTransitionCoordinator_(
        self,
        newCollection: UITraitCollection,
        coordinator: *mut u64
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn preferredContentSize(self) -> CGSize
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn preferredContentSizeDidChangeForChildContentContainer_(
    self,
    container: *mut u64
) where
    Self::Target: Message + Sized

unsafe fn systemLayoutFittingSizeDidChangeForChildContentContainer_(
    self,
    container: *mut u64
) where
    Self::Target: Message + Sized

unsafe fn sizeForChildContentContainer_withParentContainerSize_(
    self,
    container: *mut u64,
    parentSize: CGSize
) -> CGSize where
    Self::Target: Message + Sized

unsafe fn viewWillTransitionToSize_withTransitionCoordinator_(
    self,
    size: CGSize,
    coordinator: *mut u64
) where
    Self::Target: Message + Sized

unsafe fn willTransitionToTraitCollection_withTransitionCoordinator_(
    self,
    newCollection: UITraitCollection,
    coordinator: *mut u64
) where
    Self::Target: Message + Sized

unsafe fn preferredContentSize(self) -> CGSize where
    Self::Target: Message + Sized

Loading content...

Implementors

impl PUIContentContainer for UIPresentationController[src]

impl PUIContentContainer for UIViewController[src]

Loading content...