如何使用 iphone sdk 使 MPMusicpalyer 中选定的歌曲变暗?

发布于 2024-12-29 05:29:31 字数 148 浏览 0 评论 0原文

我在我的应用程序中使用 ipod 库,但歌曲选择并不真正直观。我注意到的一件事是,当你点击一首歌时,它会变成浅蓝色。很难确定是否点击了它。如果您多次点击该歌曲,则会多次将其放入播放列表中。

我们怎样才能克服这些问题呢?请建议。

提前致谢, 塞卡。 `

I am using ipod library for my applicatio, But the Song Choice is not real intuitive. One thing I’ve noticed is that when you tap on a song, it turns light blue. It’s hard to determine if you tap on it. If you tap on the song multiple times, it puts it down in the play list multiple times.

How can we overcome these issues? please suggest.

Thanks in advance,
Sekhar. `

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

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

发布评论

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

评论(1

沐歌 2025-01-05 05:29:31

对于某些人来说,多次选择一首歌可能会很有用。如果您不希望多次选择它,您始终可以扫描 NSArray 中的项目并将唯一的项目复制到新的 NSMutableArray 中。

For some people it might be useful to have a song selected multiple times. If you don't want it selected multiple times you could always just scan through the items NSArray and copy the unique ones into a new NSMutableArray.

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