The methods of UIKit.UICollectionViewDataSource are listed below. For a list of all members, see the UICollectionViewDataSource Members list.
See Also: Inherited members from Foundation.NSObject
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. | ||