-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
don't see control #2
Comments
Did you ever solved this problem? I'm currently having the same issue and I'm not finding how to fix it |
not resolved i don't know what to do |
I've been checking example 5 (that is what I needed for my app) and indeed whenever I put something on the view controller's view - its not visible. here is the code I came up with to make ViewController's content visible:
The key here is this line: Hopefully that can help you guys solve you problems. |
why I don' see the nstableview
I forgot something ?
// 4
let visualEffect = NSVisualEffectView()
visualEffect.blendingMode = .behindWindow
visualEffect.state = .active
visualEffect.material = .dark
window?.contentView = visualEffect
//
window?.titlebarAppearsTransparent = true
window?.styleMask.insert(.fullSizeContentView)
The text was updated successfully, but these errors were encountered: