Post

Replies

Boosts

Views

Activity

Reply to Implement vibrancy on NSTextField
I develop for macOS, the label is not vibrancy
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’21
Reply to Screen blinking when key press
Is not a issue, in macOS, there is an option (System Preferences, Accessibility, Flash the screen when an alert sound...) I just want to override this in my app I don't want the flash screen, its call kSystemSoundID_UserPreferredAlert
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to AirPlay available devices list?
MPVolumeView is not included in Cocoa framework I read about AVRoutePickerView but is not show all available devices for me.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to AirPlay available devices list?
let routePickerView = AVRoutePickerView.init(frame: NSRect(x: 0.0, y: 0.0, width: 200.0, height: 200.0))     self.view.addSubview(routePickerView)
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to Cant click on buttons after update to Xcode 13
Ok, that happened because I used a custom NSWindow     let visualEffect = NSVisualEffectView() window?.contentView?.addSubview(visualEffect) how can I fix it? Thanks!
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’21
Reply to Provisioning profile doesn't match the entitlements file's values for the com.apple.developer.team-identifier and application-identifier entitlements.
Same
Replies
Boosts
Views
Activity
Nov ’24