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
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