views:

22

answers:

1

I want to show my custom objects (images, formulas) in UITableView row name. Is it possible to do it?

A: 

Yes, there are lots of tutorials that show you how to do that.

This is my favorite. (PDF link). There is also a video available.

Concept it pretty simple:

Just use a custom UITableViewCell and lay it out on Interface Builder.

Pablo Santa Cruz