In my current view I have 7 different text fields. 1 of them has a UIPicker
as its input
by doing : self.pickerTextField.inputView = _thePicker;
My problem is this: For now all the text fields look the same, I have tried changing their configurations, and even adding a small arrow pointing down to the one with the Picker but it does not give me the look I am looking for.
This is what I have now:
& This is the "menu/ drop down" look that I am looking for:
Like I said, I have tried adding arrow images and it just does't have that 3D look like the bottom picture does. Thanks for your help!
Edit: My question is not about the AccesoryView
to add prev/ next/ done buttons. My question is about changing the actual TextField's appearance.