开发者

implement alphabetical scroll in MPMediaPickerController app

开发者 https://www.devze.com 2022-12-25 19:01 出处:网络
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 show

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开发者_StackOverflow中文版 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.


Check out this code:

https://github.com/jaminguy/JGMediaPicker


As far as i know you cannot customize the MPMediaPickerController yourself beyond of course what is stated in the documentation.

You will need to implement your own picker, using media queries (by song ,by artist, etc).

I suggest reading: “Using the iPod Library” in Apple's "iPod Library Access Programming Guide"

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号