Created
May 17, 2020 14:00
-
-
Save AlexandreCools/ce01f5288859b271263fc55385e03e1c to your computer and use it in GitHub Desktop.
[MEDIUM] Strava API - Access & Refresh token - iOS 13, Swift 5 - Step 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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