UITextInput dictationRecordingDidEnd was called, but insertDictationResultPlaceholder didn't

694 Views Asked by At

I'm implementing a custom text view for rich text edit,it implements UITextInput protocol, when using dictation, I found that -dictationRecordingDidEnd was called ,but -insertDictationResultPlaceholder never get called, so it won't show the place holder for dictation, any idea?

0

There are 0 best solutions below