Quote:
Originally Posted by SimonCowell
Thanks, I have gotten rid of the redundant line. I feel like this line
Code:
[prefs setInteger:row forKey:@"wheelPickerRow"];
needs something like this
Code:
[prefs setInteger:wheelPicker.row forKey:@"wheelPickerRow"];
|
The problem is that the last picker choice is setting the row number for all of the other pickers