I'm using an UIStepper
to change a value that is displayed in a UITextField
, with the option of being editable entering the value in the UITextField
.
Everything works fine, but there is a undesired behavior: the UITextField
can only be edited pressing the upper half of the object itself, because the touch in the lower half is swallowed by the UIStepper
.
I've looking for an answer, but I haven't find any. I have some hint though.
UIStepper
has 2 buttons and 1 ImageView
, and the touch is detected in the entire ImageView
(not visible or editable).
Any ideas?