
I need to implement the dropdown concept in Xcode.
For this purpose I use UIPickerview .
This pickerView loads when a text field is listened (on the event textFieldDidBeginEditing :).
Question:
Is there a way to add an image to a TextField ?
The image is similar to an arrow mark, by which the user can understand that a dropdown appears when you click TextField . How can i do this?
iphone uitextfield xcode uipickerview
Honey Nov 22 2018-12-12T00: 00Z
source share