Post

Replies

Boosts

Views

Activity

Reply to NSHostingView Not Working With Swift 6.0
having the same issue on swift 6 macos 15.1 xcode 16.0 beta4
Replies
Boosts
Views
Activity
Nov ’24
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:
Replies
Boosts
Views
Activity
Aug ’22
Reply to Textkit2 NSTextView textContentStorage is nil
after a system update, it works, closed
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’21
Reply to Wrap NSTextView with TextKit 2 into NSViewRepresentable
Same issue, haven't found any answer yet.
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jul ’21