Skip to content

Releases: SimplicityMobile/Simplicity

2.0.1

30 Sep 17:15
Compare
Choose a tag to compare
  • Simplicity now presents on the topmost view controller in the presentation hierarchy

Swift 3 Support

13 Sep 23:36
Compare
Choose a tag to compare

Updated to Swift 3 (Xcode 8).

  • Swift 2.3 (Xcode 8) support on branch swift2.3
  • Swift 2.2 (Xcode 7) support on version 1.0.2

Added VK Support

15 Jul 23:50
Compare
Choose a tag to compare

Added support for VK, the largest European social network.

Also added a convenience method for logging in. Now you can call .login() on any LoginProvider:

Facebook().login { (accessToken, error) in
  // Handle access token here
}

Simplicity

23 May 17:42
Compare
Choose a tag to compare

Fixed Carthage support

Simplicity

20 May 16:45
Compare
Choose a tag to compare

An easy way to login with Facebook or Google.

Supports:

  • Login with Facebook
  • Login with Google
  • OAuth 2 Scopes
  • Facebook's "Auth Type" feature
  • Extensible to more providers