Partager via


UITableViewDataSource.SectionIndexTitles(UITableView) Méthode

Définition

Retourne un tableau de titres à afficher sous forme d’index sur la vue de table.

[Foundation.Export("sectionIndexTitlesForTableView:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 10, 2, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string[] SectionIndexTitles (UIKit.UITableView tableView);
abstract member SectionIndexTitles : UIKit.UITableView -> string[]
override this.SectionIndexTitles : UIKit.UITableView -> string[]

Paramètres

tableView
UITableView

Vue table qui affiche l’index.

Retours

String[]

Tableau de titres, par exemple pour afficher une liste alphabétique, retourne un tableau de chaînes de « A » à « Z ».

Attributs

Remarques

La liste d’index s’affiche le long du bord droit d’une vue de table.

Seules les tables avec le Plain style doivent implémenter cette propriété.

S’applique à