[][src]Trait uikit_sys::IUICollectionViewCompositionalLayout

pub trait IUICollectionViewCompositionalLayout: Sized + Deref {
    unsafe fn initWithSection_(
        self,
        section: NSCollectionLayoutSection
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithSection_configuration_(
        self,
        section: NSCollectionLayoutSection,
        configuration: UICollectionViewCompositionalLayoutConfiguration
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithSectionProvider_(
        self,
        sectionProvider: UICollectionViewCompositionalLayoutSectionProvider
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithSectionProvider_configuration_(
        self,
        sectionProvider: UICollectionViewCompositionalLayoutSectionProvider,
        configuration: UICollectionViewCompositionalLayoutConfiguration
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn init(self) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn configuration(
        self
    ) -> UICollectionViewCompositionalLayoutConfiguration
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setConfiguration_(
        self,
        configuration: UICollectionViewCompositionalLayoutConfiguration
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn new() -> instancetype
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithSection_(
    self,
    section: NSCollectionLayoutSection
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithSection_configuration_(
    self,
    section: NSCollectionLayoutSection,
    configuration: UICollectionViewCompositionalLayoutConfiguration
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithSectionProvider_(
    self,
    sectionProvider: UICollectionViewCompositionalLayoutSectionProvider
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithSectionProvider_configuration_(
    self,
    sectionProvider: UICollectionViewCompositionalLayoutSectionProvider,
    configuration: UICollectionViewCompositionalLayoutConfiguration
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn init(self) -> instancetype where
    Self::Target: Message + Sized

unsafe fn configuration(
    self
) -> UICollectionViewCompositionalLayoutConfiguration where
    Self::Target: Message + Sized

unsafe fn setConfiguration_(
    self,
    configuration: UICollectionViewCompositionalLayoutConfiguration
) where
    Self::Target: Message + Sized

unsafe fn new() -> instancetype where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUICollectionViewCompositionalLayout for UICollectionViewCompositionalLayout[src]

Loading content...