Interface

iOSMobileTableDataSourceIndex


Description

This interface provides the ability to add an index (such as the a-z index in Apple's Contacts app for iOS) user interface element to a iOSMobileTable.

The index does not have to be a-z. It can be any range of characters you wish.

Methods

Name

Parameters

Returns

Shared

IndexTitles

table As iOSMobileTable

String()

SectionForIndexTitle

table As iOSMobileTable, title As String

Integer

Method descriptions


iOSMobileTableDataSourceIndex.IndexTitles

IndexTitles(table As iOSMobileTable) As String()

Return the titles for the selected index. if you do not wish to display the index, return an empty String array.


iOSMobileTableDataSourceIndex.SectionForIndexTitle

SectionForIndexTitle(table As iOSMobileTable, title As String) As Integer

Return the section number for table based upon the title passed.

If you do not wish to display the index, return 0.

Compatibility

Project Types

Mobile

Operating Systems

iOS