I show a UIPickerView with a list of options:
- Vegetables,
- Fruits,
- Greetings,
- Shopping
When selecting any of the above options, will show another UIPickerView with options like (if we have selected greetings):
- Hi,
- Hello,
- Good morning.
When selecting any of that, will show another picker with options like:
- Hi dear,
- Hi, how are you,
- Hi, how are you doing
Now when selecting any of that, needs to be placed on a text view. The functionality is supposed to behave like templates to choose from.
I feel there is something odd in this, but cannot pinpoint it. Is there a better pattern?