nicklockwood / FXForms

[DEPRECATED]
Other
2.93k stars 339 forks source link

How to set different names for options on option picker view controller? #461

Open bar2 opened 7 years ago

bar2 commented 7 years ago

I want to add weekdays on options picker but I want to display them with first 2 letters after they are picked (on main form).

Can I use 2 transformers, one for the picker and one for the main form?

or maybe any other way?