GameKitUI.swift icon indicating copy to clipboard operation
GameKitUI.swift copied to clipboard

GameKit (GameCenter) for SwiftUI

Results 2 GameKitUI.swift issues
Sort by recently updated
recently updated
newest added

Following the example usage, GKAuthenticationView has three closures: state, failed, and authenticated. However, putting this example code into a SwiftUI view results in an error "Extra trailing closure passed in...

Hi Sascha Thank you for your excellent open source package. It will save me a lot of time. I have downloaded and run your package using the Example app that...