The members of UIKit.UICollectionViewDataSource are listed below.
See Also: Inherited members from Foundation.NSObject
| Default constructor, initializes a new instance of this class. | ||
| 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. |
abstract | GetCell(UICollectionView, Foundation.NSIndexPath)The cell at the specified indexPath. | |
abstract | GetItemsCount(UICollectionView, nint)The number of items in the specified section. | |
GetViewForSupplementaryElement(UICollectionView, Foundation.NSString, Foundation.NSIndexPath)Retrieves the UICollectionReusableView for the specified elementKind at the specified indexPath. | ||
NumberOfSections(UICollectionView)The number of sections in the UICollectionView. | ||