Here's how I fixed this iOS16 bug in my code:
if #available(iOS 16.0, *) {
textView = UITextView(usingTextLayoutManager: false) // Must be set to false to use Text Kit 1 to fix scroll view bug
} else {
textView = UITextView()
}
Topic:
App & System Services
SubTopic:
Core OS
Tags: