InstagramLogin v1.3.0 Release Notes
Release Date: 2017-12-13 // about 7 years ago-
โ Added
- New option to set all the scope permissions using:
instagramLogin.scopes = [.all]
. - ๐ New method
reloadPage()
in case you want a button (on theUINavigationBar
maybe) to refresh theWKWebView
(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.
- New option to set all the scope permissions using: