Change UIFont in secure UITextField strange behaviour in iOS7

前端 未结 5 1717
情书的邮戳
情书的邮戳 2020-12-08 20:10

I create a simple project: https://github.com/edzio27/textFieldExample.git

where I add two UITextFields, one with login and second one with secure passw

5条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-08 20:40

    If you turn off "Adjust to Fit" in the password field it will stop doing that resize when you resign the responder.

提交回复
热议问题