i´d like to set the highlighted segment without calling the assigned function.
i call
segmentedControlLeft.selectedSegmentIndex = 1;
that works well for the segmentedControl but it generates UIControlEventValueChanged as well which calls my attached function and i´d like to avoid it calling again.
is that possible?
thank you!