[][src]Trait uikit_sys::UIDynamicAnimator_UICollectionViewAdditions

pub trait UIDynamicAnimator_UICollectionViewAdditions: Sized + Deref {
    unsafe fn initWithCollectionViewLayout_(
        self,
        layout: UICollectionViewLayout
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn layoutAttributesForCellAtIndexPath_(
        self,
        indexPath: NSIndexPath
    ) -> UICollectionViewLayoutAttributes
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn layoutAttributesForSupplementaryViewOfKind_atIndexPath_(
        self,
        kind: NSString,
        indexPath: NSIndexPath
    ) -> UICollectionViewLayoutAttributes
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn layoutAttributesForDecorationViewOfKind_atIndexPath_(
        self,
        decorationViewKind: NSString,
        indexPath: NSIndexPath
    ) -> UICollectionViewLayoutAttributes
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

unsafe fn initWithCollectionViewLayout_(
    self,
    layout: UICollectionViewLayout
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn layoutAttributesForCellAtIndexPath_(
    self,
    indexPath: NSIndexPath
) -> UICollectionViewLayoutAttributes where
    Self::Target: Message + Sized

unsafe fn layoutAttributesForSupplementaryViewOfKind_atIndexPath_(
    self,
    kind: NSString,
    indexPath: NSIndexPath
) -> UICollectionViewLayoutAttributes where
    Self::Target: Message + Sized

unsafe fn layoutAttributesForDecorationViewOfKind_atIndexPath_(
    self,
    decorationViewKind: NSString,
    indexPath: NSIndexPath
) -> UICollectionViewLayoutAttributes where
    Self::Target: Message + Sized

Loading content...

Implementors

impl UIDynamicAnimator_UICollectionViewAdditions for UIDynamicAnimator[src]

Loading content...