LoginKit
LoginKit copied to clipboard
LoginKit is a quick and easy way to add a Login/Signup UX to your iOS app.
In my Podfile I added `pod "ILLoginKit"`, then I installed pod as a normal installation. After that I went into Xcode and add `import LoginKit` but for some reason its...
Looks like something hasn't been updated for Swift 4.2 and Xcode 10 - please help fix!
Hello, Thanks for the repo, great help, but I’ve spent over 12 hours in past 2 days trying to make it work but it won’t. . I’m using fire base...
Added in an optional username text field in the sign up view controller. ### What does this PR do? This pull request gives the user the option to add a...
Probably a stupid question - but is there a way to show a cancel button? For example, if my user clicks on my 'accounts' tab to either select login, or...
I am getting an error of 'undeclared type' with the LoginViewController class, this does not happen with LoginCoordinator class and the only difference I can see is that the LoginCoordinator...
Hi, I want to use a logo in LoginKit, however they are not placed correctly. I figure this is cz the logo is too big. What size logo would return...
Is it possible to change the validation rules used on the different text fields? For example, I want to use the Name field as a Username field, however it currently...
I think it would be cool to see Carthage support for those who can't use cocoapods https://github.com/Carthage/Carthage#supporting-carthage-for-your-framework