Skip to content

Instantly share code, notes, and snippets.

@AlexandreCools
Created May 17, 2020 14:08
Show Gist options
  • Select an option

  • Save AlexandreCools/2f0cb497489a0e4615b22f7a7e396d65 to your computer and use it in GitHub Desktop.

Select an option

Save AlexandreCools/2f0cb497489a0e4615b22f7a7e396d65 to your computer and use it in GitHub Desktop.
[MEDIUM] Strava API - Access & Refresh token - iOS 13, Swift 5 - Step 3
extension ViewController: ASWebAuthenticationPresentationContextProviding {
func presentationAnchor(for session: ASWebAuthenticationSession) -> ASPresentationAnchor {
UIApplication.shared.windows[0]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment