Search code examples
iphonescrollalphabeticalmpmediapickercontroller

implement alphabetical scroll in MPMediaPickerController app


If you go to the iphone library and then go to songs, you will see the songs being displayed in a similar way to the MPMediaItemPicker class does. The only difference is that the ipod application shows the search bar right at the top of the list and also a nice alphabetical scroll on the right hand side whereas the MPMediaItemPicker class only isplays a simple scroll going up and down. How can i implement an alphabetical scroll on the right in the MPMediaItemPicker class? Can someone please help me.


Solution

  • Check out this code:

    https://github.com/jaminguy/JGMediaPicker