I need to change the trigger of a UISegmentedControl
, since I have a form, with several UISegmentedControl
, contained in a UIScrollView
and when I do scrolling by touching a UISegmentedControl
it selects one of the values.
I wish it was not selected. Can you change this behavior? Can UISegmentedControl
be able to check if I'm descending, moving up or pressing the screen so the element is not selected?