if #available(macCatalyst 16.0, *) {
let geometryPreferences = UIWindowScene.GeometryPreferences.Mac(systemFrame: frame)
windowScene.requestGeometryUpdate(geometryPreferences) { error in
}
}
A solution has been found
Post
Replies
Boosts
Views
Activity
I also had the same problem, and found that when using a third-party keyboard for memos, I dropped the keyboard first, and double-clicked the memo interface also crashed