Share via


UICollectionViewDataSource_Extensions.GetIndexTitles Method

Definition

Requests the index titles for the items in the specified collection view.

[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static string[]? GetIndexTitles(this UIKit.IUICollectionViewDataSource This, UIKit.UICollectionView collectionView);
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member GetIndexTitles : UIKit.IUICollectionViewDataSource * UIKit.UICollectionView -> string[]

Parameters

collectionView
UICollectionView

The collection view that originated the request.

Returns

String[]
Attributes

Applies to