Re: UIPickerView and multiple text fields, iOS

2013-09-20 Thread Fritz Anderson
On 20 Sep 2013, at 11:54 AM, Chris Paveglio wrote: > Currently I have my text field subclassed and it's the > > for the picker. I'm using this to try to force updating of the 2nd (numeric) > field as the picker is scrolled, but since the picker is in the foreground > it's crashing, I figure

UIPickerView and multiple text fields, iOS

2013-09-20 Thread Chris Paveglio
How can I use a picker view to select something and while the picker view is still displayed, have it update multiple text fields? Conceptual setup: I have a dictionary of values like {A:1, B:2, C:3}. The keys (text values) are what the user is going to pick from the list. The numeric values ar