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 |
|---|---|---|---|
table As iOSMobileTable |
|||
table As iOSMobileTable, title As String |
Method descriptions
iOSMobileTableDataSourceIndex.IndexTitles
IndexTitles(table As iOSMobileTable) As String()
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 |
See also
iOSMobileTable control; iOSMobileTableDataSource, iOSMobileTableDataSourceEditing, iOSMobileTableDataSourceReordering interfaces