在 MPMediaPickerController 应用程序中实现字母滚动

发布于 2024-08-27 18:17:21 字数 190 浏览 6 评论 0 原文

如果您转到 iPhone 库,然后转到歌曲,您将看到歌曲以与 MPMediaItemPicker 类类似的方式显示。唯一的区别是 ipod 应用程序在列表顶部显示搜索栏,并且在右侧显示一个漂亮的字母滚动条,而 MPMediaItemPicker 类仅播放一个简单的上下滚动条。 如何在 MPMediaItemPicker 类中实现右侧的字母滚动? 有人可以帮助我吗?

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

苍风燃霜 2024-09-03 18:17:21

据我所知,除了 文档

您将需要使用媒体查询(按歌曲、艺术家等)来实现自己的选择器。

我建议阅读: “使用 iPod 库”

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"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文