+1  A: 

This can be done using UITableViewStyleGrouped, with custom tableview cells for each row. The text and image for the name would be one cell type, the main, ringtone and homepage are another. The final cell with three buttons inside it would be another.

Dan Lorenc
+4  A: 

I did something like this with a UITableView and set the table view style to UITableViewStyleGrouped but put the image & title, in your case "All3Sports", in the Header of the grouped table view and the 3 bottom buttons in the Footer.

Meltemi
Thanks, that's exactly what I need to do.
Rob