UIKit.UICollectionViewSource Members

The members of UIKit.UICollectionViewSource are listed below.

See Also: Inherited members from Foundation.NSObject

Public Constructors

Default constructor, initializes a new instance of this class.

Protected Constructors

Constructor to call on derived classes to skip initialization and merely allocate the object.
A constructor used when creating managed representations of unmanaged objects; Called by the runtime.

Public Methods

CanPerformAction(UICollectionView, ObjCRuntime.Selector, Foundation.NSIndexPath, Foundation.NSObject) : bool
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) : UICollectionViewCell
Retrieves the UICollectionViewCell at the specified NSIndexPath.
GetItemsCount(UICollectionView, nint) : nint
Returns the number of items in the specified section.
GetViewForSupplementaryElement(UICollectionView, Foundation.NSString, Foundation.NSIndexPath) : UICollectionReusableView
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) : nint
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) : bool
Whether the item at the specified indexPath should be deselected.
ShouldHighlightItem(UICollectionView, Foundation.NSIndexPath) : bool
Whether the item at the specified indexPath should be highlighted.
ShouldScrollToTop(UIScrollView) : bool
Whether the specified scrollView should be allowed to scroll to its beginning.
ShouldSelectItem(UICollectionView, Foundation.NSIndexPath) : bool
Whether the item at the specified indexPath should be selected.
ShouldShowMenu(UICollectionView, Foundation.NSIndexPath) : bool
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) : UICollectionViewTransitionLayout
The UICollectionViewTransitionLayout used to move between the specified UICollectionViewLayouts.
ViewForZoomingInScrollView(UIScrollView) : UIView
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.