UITableView on iPad/iPhone like Mail.app?

This is a great tutorial about creating your own custom UITableViewCell. Work through that and then you should easily be able to tweak the cell layout to what you need.

Thank you for this. This tutorial is exactly what I was looking for. – x2on Mar 28 '10 at 9:16.

The easiest way is to specify the desired UITableViewCell style in the "cellForRowAtIndexPath:" method of your UITableViewController. The available styles can be found in the documentation for UITableViewCell (see the "– initWithStyle:reuseIdentifier:" section). Simply type "UITableViewCell" in the search field of the documentation section of Xcode for a complete overview.

How can I made an UITableView looks like the Mail. App from iPhone/iPad? With an heading, the time/date in the right top and 3-5 Lines of text as subtitle?

I cant't find anything about this.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions