views:

100

answers:

0

I'm designing a program where in one tableView I need the following: 1 textLabel, 1 detailTextLabel, and 2 cellAcessories. The accessories will looke like the disclosureButton, except the left most one will be a minus sign and the right one will be an addition sign. When you click each acessory it will increment or decrement an integer.

This sounds pretty simple until you get into needing 2 accessories. I've looked around and cannot seem to find any info regarding how to do this...anyone got any ideas?