views:

71

answers:

1

What's the best way to customize the Table Items to include two images. I'd like to set one as a background with another layered above it along with text.

Any help is much appreciated.

A: 

You can do this by creating a UITableViewCell in a seperate NIB file.

Go through this tutorial, it may help: http://bill.dudney.net/roller/objc/entry/uitableview_from_a_nib_file

Neurofluxation