Commit f01493f4 authored by zhangzhe's avatar zhangzhe

放出emoji

parent 6f8cc5c6
...@@ -543,10 +543,10 @@ extension SHInputController: UITextViewDelegate, SHInputTextViewDelegate ...@@ -543,10 +543,10 @@ extension SHInputController: UITextViewDelegate, SHInputTextViewDelegate
// //
// } // }
if text.isContainEmoji() // if text.isContainEmoji()
{ // {
return false // return false
} // }
// 获取标题文字位置 // 获取标题文字位置
let titleRange = NSRange(location: 0, length: self.inputTitle.length) let titleRange = NSRange(location: 0, length: self.inputTitle.length)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment