Hi
I have a 2 component UIPickerView in my UI.
If my user selects an invalid value in the first component I compensate by animating the component(Wheel) next to it in a way that makes the entry valid. When this animation is done I need a label to update. I usually update my label on pickerView didSelectRow, this is however not called when it is the selectRow inComponent Animation:YES that does the actual selecting.
I have not been able to find a delegate method, UIControlEventValueChanged or notification broadcasting when the wheel is done animating.
Could some help me figure this one out.
Thank you