UIPickerView didSelectRow: not called

- (void)pickerView:(UIPickerView *)thePickerView didSelectRow:(NSInteger)row inComponent:(NSInteger)component

Not get called when scroll/select the picker wheel.


Does anyone see teh same thing?

Answered by testing.vc in 151008022

Looks like this is fixed in latest iOS 10 Beta 2.

iOS 10 beta 1 bug, i too can't call this delegate method.

Thanks for confirming this as bug. This same bug had happened with new major version iOS beta in the past.

Accepted Answer

Looks like this is fixed in latest iOS 10 Beta 2.

UIPickerView didSelectRow: not called
 
 
Q