Post

Replies

Boosts

Views

Activity

Reply to SwiftUI Fullscreen Mac os
I found a solution for macOS deployment 14.4: let window = NSApp.windows.first { $0.isKeyWindow } window?.toggleFullScreen(nil)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to Dismissing animation of the "Sign in with apple" modal view is broken on iOS 15.1
Just ridiculous. If you make your own "Sign In with Apple" button as a UIViewRepresentable then it works fine. It's not too difficult either.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’22