Tap on UITextField's clear button hides keyboard instead of clearing text

前端 未结 5 1476
[愿得一人]
[愿得一人] 2021-02-07 03:54

In iPhone, I have a view which has a UITextField. When I tap on the clear button of UITextField\'s the keyboard dismissed instead of clearing the text

5条回答
  •  不思量自难忘°
    2021-02-07 04:46

    This issue happened also if you have

    yourTextField.clearButtonMode = UITextFieldViewModeNever;
    

    Check this line and delete it or change view mode..

提交回复
热议问题