InstagramLogin v1.3.0 Release Notes

Release Date: 2017-12-13 // over 6 years ago
  • Full Changelog

    โž• 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.

Previous changes from v1.2.1

  • Full Changelog

    ๐Ÿ›  Fixed

    • ๐Ÿ— Carthage building problem (#1).