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
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