I encountered a runtime error in a project I'm working on, where I tapped a specific sentence to move the cursor position and then tried to insert a newline. When I pressed backspace to cancel the newline, the app crashed due to a runtime error.
Believing that the issue might not be with our project, I attempted the same actions in Apple's default Notes app and encountered a crash there as well.
This appears to be a UIKit bug... Can it be resolved?
I will attach the video I tested this with and the text used for testing below.
Test Text:
https://shorturl.at/uISV7
Test Video:
https://github.com/leeari95/leeari95/assets/75905803/1665fd8e-73ea-4be0-9c02-abc682f8552b
1
1
838