How To Get Values From UISegmentcontroller.
Posted
by iappdevs
on Stack Overflow
See other posts from Stack Overflow
or by iappdevs
Published on 2009-02-12T17:15:46Z
Indexed on
2010/04/17
16:03 UTC
Read the original article
Hit count: 285
iphone
|uisegmentedcontrol
Hi, I Created Segment Control through Interface Builder. Created a IBAction and Linked to Value Changed Option of segment Controller.
- (IBAction)GenderBttonAction:(id)sender { printf("\n Segemt Controll"); } When i click on segment controller this method is calling , but how would i get the seleced index value of segment controller. Please help me dears.
© Stack Overflow or respective owner