Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

blue-lion

macrumors member
Original poster
Hello, i would like construct a table similar to the one found in the music iPod app on the phone, with a similar layout ,with about 5 fields and nice grid lines around each cell,etc... .
My question is ...is there some library or resource i can download that has such template tables already designed, that i could just tweak or alter?. it would save me time, thats all...

cheers

p.s. still fairly new to Xcode programming , but getting there....
 
I don't really understand what Table you mean..
I have the Music app right in front of me, the basic "playlists" list is a standard UITableview.
 
Template table views

When you go into iPod music player , you are presented with the album in tabular form. Track number, track title, duration of song.
Do you know what I mean?
 
So you mean, if you go onto the tab "Albums"? 🙂
Well, this is a basic UITableView, with just the image set (this is a standard property), just adjust the type of cell (you can do this in the UITableView Delegate methods, if you check out basic UITableview tutorials/Documentation from Apple.
Because there is a detailLabel too, and that's about it, then you have the cells you want to recreate 🙂
Also, the "A/B/C/D", is just the header title you need to set ^__^
So no special library, just standard UITableview, look up some tutorials 🙂
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.