Share via


UICollectionViewSource.GetIndexTitles(UICollectionView) Method

Definition

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

[Foundation.Export("indexTitlesForCollectionView:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual string[]? GetIndexTitles(UIKit.UICollectionView collectionView);
[<Foundation.Export("indexTitlesForCollectionView:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetIndexTitles : UIKit.UICollectionView -> string[]
override this.GetIndexTitles : UIKit.UICollectionView -> string[]

Parameters

collectionView
UICollectionView

The collection view that originated the request.

Returns

String[]

Implements

Attributes

Applies to