Upravit

Sdílet prostřednictvím


UICollectionViewDataSource_Extensions.GetIndexTitles Method

Definition

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

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 3, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public static string[] GetIndexTitles (this UIKit.IUICollectionViewDataSource This, UIKit.UICollectionView collectionView);
static member GetIndexTitles : UIKit.IUICollectionViewDataSource * UIKit.UICollectionView -> string[]

Parameters

This
IUICollectionViewDataSource

The instance on which this extension method operates.

collectionView
UICollectionView

The collection view that originated the request.

Returns

String[]
Attributes

Applies to