How can I get the current selected row for UIPicker?
I want to use it to get at the associated string. Like this. The problem is I do not know how to get the row.
//need to get currently selected row
NSString *strPeriodSelection = [arrayRecurChoices objectAtIndex:periodPicker.row???];
Thanks in advance.