Testing: Add some string ("a") to the end of the uitextview (txtView.text = txtView.text + "a")
Expected: The txtView shows the the old text + "a"
Observed: After one or two adding the "a" the old text disappeared from the text view After tapping in the textview the text appear
I have attached the small project with uitextview and two buttons: button left and button right. Button right - adding the letter "a" to the end of the text Button left - simply removes the soft keyboard if its appear
This project works correct in ios 15 (emulator and real device)
and works wrong in ios 16 (emulator and real device)