Ziad Tamim
Ziad Tamim

Reputation: 350

How can I customize my UITableViewCell?

I want to know how can I customize my UITableViewCell like this:

Upvotes: 0

Views: 163

Answers (3)

Sr.Richie
Sr.Richie

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

Daniel Klöck
Daniel Klöck

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

Mathieu Hausherr
Mathieu Hausherr

Reputation: 3485

Look at the official docs: Apple doc at the point "Loading Custom Table-View Cells From Nib Files"

Upvotes: 0

Related Questions