SweetzpotAS / StravaZpot-Swift

An API to integrate with Strava on iOS apps
21 stars 7 forks source link

Now using WKWebView for authentication instead of deprecated UIWebView #5

Open frogg opened 5 years ago

frogg commented 5 years ago

UIWebView has been deprecated a few years ago. It is more safe to use WKWebView. This PR simply swaps out UIWebView for WKWebView.

On top of that, various improvements, additions, and bug fixes that I encountered while using the SDK. Now, everything works for me.

frogg commented 5 years ago

Any update on this? Wouldn't it make sense to merge this?