xcode iphone UIPickerView
My UIPickerView hits the didSelectRow method without actually clicking on the item开发者_如何学Go in the list. All you have to do is flick the list to scroll and when it list stops scrolling it automatically fires this method. How can I fix this?
As herz said, this is simply how the UIPickerView behaves. You don't have to actually tap on the row to select it.
精彩评论