Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save AlexandreCools/ce01f5288859b271263fc55385e03e1c to your computer and use it in GitHub Desktop.
[MEDIUM] Strava API - Access & Refresh token - iOS 13, Swift 5 - Step 1
class ViewController: UIViewController {
@IBAction private func connectToStrava(_ sender: UIButton) {
presentStravaAuthentication()
}
private func presentStravaAuthentication() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment