How to define click event for UISegmentedControl in iphone?
- by Warrior
I have implemented UISegmentedControl in my application. None of the button is selected in normal state. I want to implement button click event when first segment is selected and another event when another button is clicked. Thanks in advance.