[][src]Trait uikit_sys::IUICollectionViewController

pub trait IUICollectionViewController: Sized + Deref {
    unsafe fn initWithCollectionViewLayout_(
        self,
        layout: UICollectionViewLayout
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithNibName_bundle_(
        self,
        nibNameOrNil: NSString,
        nibBundleOrNil: NSBundle
    ) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn initWithCoder_(self, coder: NSCoder) -> instancetype
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn collectionView(self) -> UICollectionView
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setCollectionView_(self, collectionView: UICollectionView)
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn clearsSelectionOnViewWillAppear(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setClearsSelectionOnViewWillAppear_(
        self,
        clearsSelectionOnViewWillAppear: BOOL
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn useLayoutToLayoutNavigationTransitions(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setUseLayoutToLayoutNavigationTransitions_(
        self,
        useLayoutToLayoutNavigationTransitions: BOOL
    )
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn collectionViewLayout(self) -> UICollectionViewLayout
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn installsStandardGestureForInteractiveMovement(self) -> BOOL
    where
        Self::Target: Message + Sized
, { ... }
unsafe fn setInstallsStandardGestureForInteractiveMovement_(
        self,
        installsStandardGestureForInteractiveMovement: BOOL
    )
    where
        Self::Target: Message + Sized
, { ... } }

Provided methods

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

unsafe fn initWithNibName_bundle_(
    self,
    nibNameOrNil: NSString,
    nibBundleOrNil: NSBundle
) -> instancetype where
    Self::Target: Message + Sized

unsafe fn initWithCoder_(self, coder: NSCoder) -> instancetype where
    Self::Target: Message + Sized

unsafe fn collectionView(self) -> UICollectionView where
    Self::Target: Message + Sized

unsafe fn setCollectionView_(self, collectionView: UICollectionView) where
    Self::Target: Message + Sized

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

unsafe fn setClearsSelectionOnViewWillAppear_(
    self,
    clearsSelectionOnViewWillAppear: BOOL
) where
    Self::Target: Message + Sized

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

unsafe fn setUseLayoutToLayoutNavigationTransitions_(
    self,
    useLayoutToLayoutNavigationTransitions: BOOL
) where
    Self::Target: Message + Sized

unsafe fn collectionViewLayout(self) -> UICollectionViewLayout where
    Self::Target: Message + Sized

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

unsafe fn setInstallsStandardGestureForInteractiveMovement_(
    self,
    installsStandardGestureForInteractiveMovement: BOOL
) where
    Self::Target: Message + Sized

Loading content...

Implementors

impl IUICollectionViewController for UICollectionViewController[src]

Loading content...