Reputation: 350
I want to know how can I customize my UITableViewCell like this:
Upvotes: 0
Views: 163
Reputation: 5740
Have a look at this post, it helped me a lot when I first deal with this problem: Easy custom UITableView drawing
Upvotes: 0
Reputation: 21147
You probably want to know how to customize the UITableView, which you do by drawing your own UITableViewCell.
Take a look at this tutorial
Upvotes: 1
Reputation: 3485
Look at the official docs: Apple doc at the point "Loading Custom Table-View Cells From Nib Files"
Upvotes: 0