[][src]Trait uikit_sys::IUICollectionViewCompositionalLayoutConfiguration

pub trait IUICollectionViewCompositionalLayoutConfiguration: Sized + Deref {
    unsafe fn scrollDirection(self) -> UICollectionViewScrollDirection
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setScrollDirection_(
        self,
        scrollDirection: UICollectionViewScrollDirection
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn interSectionSpacing(self) -> CGFloat
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setInterSectionSpacing_(self, interSectionSpacing: CGFloat)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn boundarySupplementaryItems(self) -> NSArray
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setBoundarySupplementaryItems_(
        self,
        boundarySupplementaryItems: NSArray
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn scrollDirection(self) -> UICollectionViewScrollDirection where
    Self::Target: Message + Sized

unsafe fn setScrollDirection_(
    self,
    scrollDirection: UICollectionViewScrollDirection
) where
    Self::Target: Message + Sized

unsafe fn interSectionSpacing(self) -> CGFloat where
    Self::Target: Message + Sized

unsafe fn setInterSectionSpacing_(self, interSectionSpacing: CGFloat) where
    Self::Target: Message + Sized

unsafe fn boundarySupplementaryItems(self) -> NSArray where
    Self::Target: Message + Sized

unsafe fn setBoundarySupplementaryItems_(
    self,
    boundarySupplementaryItems: NSArray
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUICollectionViewCompositionalLayoutConfiguration for UICollectionViewCompositionalLayoutConfiguration[src]

Loading content...