I am working with a iPhone app,where i have a scenario in which i have to identify when the wheel rotating animations starts when the user swipes over the component on the UIPIckerView.
Where should i use
[UIPickerView setAnimationWillStartSelector:@selector()];
method to identify the animation started event.
Please any body suggest me a solution to make this happen.
Thank you one and all.