Skip to content
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.

1.3.0

Latest
Compare
Choose a tag to compare
@AnderGoig AnderGoig released this 13 Dec 17:43
· 1 commit to master since this release
426c7e7

Added

  • New option to set all the scope permissions using: instagramLogin.scopes = [.all].
  • New method reloadPage() in case you want a button (on the UINavigationBar maybe) to refresh the WKWebView (see the Example project).

Changed

  • The process of login has been redesigned, now it uses the delegate pattern instead of completion: method.
  • The Example project has been updated with those changes.