I'm trying to create this Custom TableViewCell
:
It's kinda like a UITableViewCellStyleSubtitle
only it has two textLabels
and two detailTextLabels
.
What is the easiest way to accomplish this?
I've tried following apples guide: Apple Table View Programming Guide
But it all ends up not working. If I'm to dig any deeper I'd love to hear what you guys have to say first.