Detecting touches on a pickerview
Hi all, I'd like to start a timer when the user touch one of the elements of a pickerview and calculate the time the user is pressing it. This shouldn't be a problem but when I try to capture the touchesbegan event it simply won't fire.
I've tried subclassing the UIPickerView and the row view. I've also tried capturing the touch event in the navigation controller but with no luck.
Is there anyway to do this?
EGB
|