The methods of UIKit.UICollectionViewSource are listed below. For a list of all members, see the UICollectionViewSource Members list.
See Also: Inherited members from Foundation.NSObject
CanPerformAction(UICollectionView, ObjCRuntime.Selector, Foundation.NSIndexPath, Foundation.NSObject)Whether the specified action can be performed. | ||
CellDisplayingEnded(UICollectionView, UICollectionViewCell, Foundation.NSIndexPath)Indicates that the specified cell has stopped displaying. | ||
DecelerationEnded(UIScrollView)Indicates that deceleration from a scrolling event has ended. | ||
DecelerationStarted(UIScrollView)Indicates that deceleration from a scrolling event has begun. | ||
DidZoom(UIScrollView)Indicates that a zoom occurred in the UIScrollView. | ||
DraggingEnded(UIScrollView, bool)Indicates that dragging has ended in the UIScrollView. | ||
DraggingStarted(UIScrollView)Indicates that dragging has begun in the UIScrollView. | ||
GetCell(UICollectionView, Foundation.NSIndexPath)Retrieves the UICollectionViewCell at the specified NSIndexPath. | ||
GetItemsCount(UICollectionView, nint)Returns the number of items in the specified section. | ||
GetViewForSupplementaryElement(UICollectionView, Foundation.NSString, Foundation.NSIndexPath)Retrieves the UICollectionReusableView used for the supplement elementKind at the specified indexPath. | ||
ItemDeselected(UICollectionView, Foundation.NSIndexPath)Indicates that the item at the specified indexPath has been deselected. | ||
ItemHighlighted(UICollectionView, Foundation.NSIndexPath)Indicates that the item at the specified indexPath has been highlighted. | ||
ItemSelected(UICollectionView, Foundation.NSIndexPath)Indicates that the item at the specified indexPath has been selected. | ||
ItemUnhighlighted(UICollectionView, Foundation.NSIndexPath)Indicates that the item at the specified indexPath has been unhighlighted. | ||
NumberOfSections(UICollectionView)Returns the number of sections in the collectionView. | ||
PerformAction(UICollectionView, ObjCRuntime.Selector, Foundation.NSIndexPath, Foundation.NSObject)Performs the specified action. | ||
ScrollAnimationEnded(UIScrollView)Indicates that all animations relating to a scrolling event have ended. | ||
Scrolled(UIScrollView)Indicates that scrolling has occurred. | ||
ScrolledToTop(UIScrollView)Indicates that scrolling has reached the beginning of the scrollView. | ||
ShouldDeselectItem(UICollectionView, Foundation.NSIndexPath)Whether the item at the specified indexPath should be deselected. | ||
ShouldHighlightItem(UICollectionView, Foundation.NSIndexPath)Whether the item at the specified indexPath should be highlighted. | ||
ShouldScrollToTop(UIScrollView)Whether the specified scrollView should be allowed to scroll to its beginning. | ||
ShouldSelectItem(UICollectionView, Foundation.NSIndexPath)Whether the item at the specified indexPath should be selected. | ||
ShouldShowMenu(UICollectionView, Foundation.NSIndexPath)Whether the item at the specified indexPath should show an action menu. | ||
SupplementaryViewDisplayingEnded(UICollectionView, UICollectionReusableView, Foundation.NSString, Foundation.NSIndexPath)Indicates that the supplementary view has finished displaying. | ||
TransitionLayout(UICollectionView, UICollectionViewLayout, UICollectionViewLayout)The UICollectionViewTransitionLayout used to move between the specified UICollectionViewLayouts. | ||
ViewForZoomingInScrollView(UIScrollView)The UIView to scale when zooming occurs in the specified scrollView. | ||
WillDisplayCell(UICollectionView, UICollectionViewCell, Foundation.NSIndexPath)Documentation for this section has not yet been entered. | ||
WillDisplaySupplementaryView(UICollectionView, UICollectionReusableView, string, Foundation.NSIndexPath)Documentation for this section has not yet been entered. | ||
WillEndDragging(UIScrollView, CoreGraphics.CGPoint, ref CoreGraphics.CGPoint)Indicates that dragging is about to end. | ||
ZoomingEnded(UIScrollView, UIView, nfloat)Indicates that zooming has ended. | ||
ZoomingStarted(UIScrollView, UIView)Indicates that zooming has begun. | ||