In the iPhone music app, selecting Artist, Songs, or Albums presents a tableView with a verticl list of single letters at the righthand side of the UI that enables rapid scrolling. How do I enable this functionality in my app?
Cheers, Doug
|
|
In the iPhone music app, selecting Artist, Songs, or Albums presents a tableView with a verticl list of single letters at the righthand side of the UI that enables rapid scrolling. How do I enable this functionality in my app? Cheers, Doug
|
||
|
|
|
|
Supply your own index characters:
and then:
You will need sections. |
||
|
|
|
Implement the delegate methods See the |
||
|