Post

Replies

Boosts

Views

Activity

Comment on Removing title bar on Catalyst doesn't work on Ventura
FB11647680 - includes a sample project where titlebar should not be visible yet is on Ventura betas. Thanks anonymous frameworks engineer ;-)
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on Xcode 26 - New Swift 6.2 Concurrency Sendable Closure Problems
This should also work and require way less code changes than the above: NSAnimationContext.runAnimationGroup { animationContext in context.duration = animated ? 0.5 : 0 clipView.animator().setBoundsOrigin(p) } completionHandler: { Task { await MainActor.run { self.endIgnoreFrameChangeEvents() } } }
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Jul ’25