Search Results

0
votes
1answer
234 views

UIPicker swipes not responding

Hi guys, UIPicker swipes where responding perfectly in the Iphone simulator with SDK 2.2, but i am now testing with a new version of the simulator, and swipes are not working. I went trough the doc …
0
votes

UIPickerView - 1st row selection does not call didSelectRow

Instead of "pushing" the value of the picker each time you make a selection with this code: - (void)pickerView:(UIPickerView *)pickerView didSelectRow:(NSInteger)row inComponent:(N …