chrismiles / EZForm

iOS form handling and validation library.
MIT License
284 stars 64 forks source link

Can't get the key value when using setChoicesFromKeys #59

Closed menico closed 10 years ago

menico commented 10 years ago

I can't get the key value when using setChoicesFromKeys i only get the value.

Is there a way of getting the key value instead of the value itself?

My output is:

< EZFormInputControl: 0x17600220; baseClass = UIControl; frame = (12 516; 277 30); text = 'Space'; autoresize = RM+BM; gestureRecognizers = <NSArray: 0x175d4a60>; layer = <CALayer: 0x17600120>>

There is no Key variable

Thanks

Meni

amcastror commented 9 years ago

Hi, were you able to pull this off?