Hi,
Hope you are doing well.
As of now below method called twice in xcode 14.3.1. other xcode's below version working fine.
`public func textView(_ textView: UITextView, shouldChangeTextIn range: NSRange, replacementText text: String) -> Bool {
}`
Thanks in advance.