Hi all,
I have added both a UIPickerView
and a UIDatePickerView
to a single view. I set the
pickerview delegate to self.view and it works fine.
However, if I select the UIDatePicker first, I cannot get the value of 'selectedRowInComponent`. If I select the UIPickerView first I can.
Does UIDatePickerView respond to selectedRowInComponent
?