UICollectionViewController.NumberOfSections(UICollectionView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The number of sections in the UICollectionView.
[Foundation.Export("numberOfSectionsInCollectionView:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nint NumberOfSections (UIKit.UICollectionView collectionView);
abstract member NumberOfSections : UIKit.UICollectionView -> nint
override this.NumberOfSections : UIKit.UICollectionView -> nint
Parameters
- collectionView
- UICollectionView
Collection view managed by this view controller.
Returns
System.System.IntPtr
System.nativeint
The number of sections, as an int.
- Attributes