[Partial Solution] Getting an UISwitch in a table view cell to send an action message

2009-04-12 Thread WT
Hello again, it turns out that the standard behavior of rows with UISwitch instances is NOT to treat equally a tap on the switch itself and a tap on the part of the row rectangle that does not include the switch. Apple's iPhone Settings application ignores taps on the row itself and only

Getting an UISwitch in a table view cell to send an action message

2009-04-12 Thread WT
Hello list, The iPhone app I'm working on has an in-app settings manager, wich is just a table view showing the various settings the user can change, and they're all booleans, so each row has a UISwitch instance as the cell's accessory view. In order to treat equally (a) tapping the switc