tomu94
Results
1
comments of
tomu94
``` Updates.checkForUpdates { result in switch result { case .available(let update): // show alert return case .none(let none) : // do nothing return } } ```