Cursor visibility issue in ios7

前端 未结 4 1989
野的像风
野的像风 2021-02-12 19:04

Simply creating a UITextField in ios7 SDK but when I enter some input, text is shown UItextField but cursor isn\'t.

4条回答
  •  感情败类
    2021-02-12 19:43

    Same issue coming for me when I had using UITextField. The scenario is when ever tapped on textfield, immediately remove the same view.

    So, this issue resolved when I have used [view endEditing:YES];

    Hope this will help you.

提交回复
热议问题