Skip to content

Instantly share code, notes, and snippets.

@atulkhatri
Created July 12, 2021 17:06
Show Gist options
  • Save atulkhatri/a45f7ef943c6fe5c2bd63b479339d605 to your computer and use it in GitHub Desktop.
Save atulkhatri/a45f7ef943c6fe5c2bd63b479339d605 to your computer and use it in GitHub Desktop.
tvOS Bootcamp Network Manager 4
if let decodedResponse = try? JSONDecoder().decode(T.self, from: data) {
DispatchQueue.main.async {
completion?(decodedResponse, nil)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment