UIKit.UICollectionViewDataSource: Method Members

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

Public Methods

abstract
GetCell(UICollectionView, Foundation.NSIndexPath) : UICollectionViewCell
The cell at the specified indexPath.
abstract
GetItemsCount(UICollectionView, nint) : nint
The number of items in the specified section.
GetViewForSupplementaryElement(UICollectionView, Foundation.NSString, Foundation.NSIndexPath) : UICollectionReusableView
Retrieves the UICollectionReusableView for the specified elementKind at the specified indexPath.
NumberOfSections(UICollectionView) : nint
The number of sections in the UICollectionView.