Skip to content
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

Support SwiftUI #17

Open
kr1s0404 opened this issue Feb 15, 2022 · 1 comment
Open

Support SwiftUI #17

kr1s0404 opened this issue Feb 15, 2022 · 1 comment
Assignees
Labels
help wanted Extra attention is needed

Comments

@kr1s0404
Copy link

Can you show us some usages of how we can use this repo in SwiftUI?

@rwbutler rwbutler self-assigned this May 10, 2022
@rwbutler rwbutler added the help wanted Extra attention is needed label May 10, 2022
@tomu94
Copy link

tomu94 commented Jun 14, 2023

    Updates.checkForUpdates { result in
        switch result {
        case .available(let update):
            // show alert
            return
        case .none(let none) :
            // do nothing
            return
        }
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants