How to define click event for UISegmentedControl in iphone?

Posted by Warrior on Stack Overflow See other posts from Stack Overflow or by Warrior
Published on 2010-06-15T21:24:06Z Indexed on 2010/06/15 21:52 UTC
Read the original article Hit count: 203

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.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa-touch