Quote:
Originally Posted by lukeirvin
I am working on a UITableView. I want to have an Image on the left and right side with text in the middle.
I have an image on the left side but can't figure out how to add in another image.
Can anyone help me out with this?
Thank you much!
|
Either add the second image view as an accessoryView to one of the standard cell types, or create a custom table view cell. Table view cells are just a subclass of UIView. You can create your own, and add as many custom components as you want.