Closed IPOSDai closed 6 years ago
I don't know if it is normal, but what I want is that the keyboard.toolbar should not appear, and double click textView should be nothing.
It's iOS who show textField + keyboard + inputAccessoryView (Usually UITabbar), we can't do much thing there.
So, when I set textView.editable = NO, I need to set textView.inputAccessoryView = nil. But double click textView, the content of textView will scroll up, this is normal?
For workaround, it's YES. But at lady I can say, it's all managed by iOS and we can't do anything to fix this issue.
OK, Thanks.
I have a lot of characters,but I don't want to edit them, and textView.editable = NO. So that when I click the textView, the keyboard.toobar will appear, and I double click the textView, it will rolling up to top.