Reply to Wrap NSTextView with TextKit 2 into NSViewRepresentable Same issue, haven't found any answer yet. Topic: UI Frameworks SubTopic: General Tags: Jul ’21
Reply to Textkit2 NSTextView textContentStorage is nil after a system update, it works, closed Topic: UI Frameworks SubTopic: General Tags: Aug ’21
Reply to NSTextView ignore specific char input figure it out public func textView(_ textView: NSTextView, shouldChangeTextIn affectedCharRange: NSRange, replacementString: String?) -> Bool { if replacementString == "K" { return false } return true } Topic: App & System Services SubTopic: General Tags: Aug ’22
Reply to NSHostingView Not Working With Swift 6.0 having the same issue on swift 6 macos 15.1 xcode 16.0 beta4 Topic: Developer Tools & Services SubTopic: Xcode Tags: Nov ’24