Compartir a través de


UITableViewDataSource_Extensions.SectionIndexTitles Método

Definición

Devuelve una matriz de títulos que se mostrará como un índice en la vista de tabla.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public static string[] SectionIndexTitles (this UIKit.IUITableViewDataSource This, UIKit.UITableView tableView);
static member SectionIndexTitles : UIKit.IUITableViewDataSource * UIKit.UITableView -> string[]

Parámetros

This
IUITableViewDataSource

Instancia en la que opera este método de extensión.

tableView
UITableView

Vista de tabla que muestra el índice.

Devoluciones

String[]
Atributos

Se aplica a