iOS10 textfield 输入中文时文字会下沉 财富值19

2016-10-22 13:03发布

iOS10 UITextField输入中文时文字会下沉,输入英文则是正确的,不会有任何影响。输入完闭丢失焦点后位置回到正确的位置。真机和模拟器效果一样。

字体是14号字,textfield是30的高,应该能容纳下当前的字体

这是我的截图:

以下是我所有的代码:

 import UIKit  class ViewController: UIViewController,UITextFieldDelegate{      @IBOutlet weak var textField: UITextField!     override func viewDidLoad() {         super.viewDidLoad()         // Do any additional setup after loading the view, typically from a nib.     }      override func didReceiveMemoryWarning() {         super.didReceiveMemoryWarning()         // Dispose of any resources that can be recreated.     }                override func touchesBegan(_ touches: Set<UITouch>, with event: UIEvent?) {         self.view.endEditing(true);     } } 

这是我的storyboard设置截图:

友情提示: 问题已经关闭,关闭后问题禁止继续编辑,回答。
该问题目前已经被作者或者管理员关闭, 无法添加新回复
0条回答

一周热门 更多>