user186835
user186835

Reputation:

UITableViewCell & iPhone OS 2.2.1

How can I add on a Cell few UILabels and UIButton? My limit it's app should support OS start from 2.2.1.

Upvotes: 0

Views: 151

Answers (1)

Pablo Santa Cruz
Pablo Santa Cruz

Reputation: 181340

Take a look at this great tutorial on how to use Interface Builder to custom build your UITableCellView objects. You won't regret it.

Upvotes: 1

Related Questions