如何使用 iphone sdk 使 MPMusicpalyer 中选定的歌曲变暗?
我在我的应用程序中使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对于某些人来说,多次选择一首歌可能会很有用。如果您不希望多次选择它,您始终可以扫描 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.