ios - textView shouldChangeTextInRange方法没有办法检测到中文输入,请问怎么解决?
PHPz
PHPz 2017-04-17 16:39:41
0
1
713
PHPz
PHPz

学习是最好的投资!

reply all(1)
刘奇

I guess it’s because that’s what should happen, but it hasn’t happened yet.
It is recommended that you try the following UITextViewDelegate:

func textViewDidChange(textView: UITextView)

It will be triggered after the text is changed.

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!