开发者

How to implement the iPod.app UI on the iPad

In an app I'm writing I have a need for a UI very similar to how the iPod app works on the iPad. Specifically, when you tap on Artists at the bottom of the screen of that app, and then select an Artist with more than one Album in your collection, you see what appears to be a UITableView with a section for each Album, a row for each song, extra space between the last song of one album and the section header of the next album (if there are fewer than three songs in that album), and album cover art in a column to the left which scrolls in sync with the section headers in the main column.

It seems like you could accomplish that by liberally subclassing UITableView. Has anyone already implemented this, or given it enough thought to comment on?

I would think there was some open source code that开发者_开发技巧 implements this out there already, but I haven't been able to find it. If you've seen it, any pointers here would be much appreciated. Thanks!

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜