iOS Tutorial: KTLoginViewController
Our team has just released a new iOS tutorial (complete with downloadable sample code) for KTLoginViewController, one of the new features of KiiToolkit.
What is KTLoginViewController?
KTLoginViewController is an iOS view controller designed specifically for Kii Cloud, which provides a complete user authentication interface with only two lines of code:
KTLoginViewController *loginView = [[KTLoginViewController alloc] init]; [self presentViewController:loginView animated:TRUE completion:nil];
By initializing and presenting the KTLoginViewController, you can take advantage of a pre-built UI and logic for user authentication, user registration and ‘forgot password’ functionality out-of-the-box. As with all features within KiiToolkit, the view controller(s) are fully customizable to match the look and feel of your application.
Getting Started
Visit our full tutorial in our documentation here:
KTLoginViewController Tutorial
You can also get a lot more information on our GitHub project page including other detailed examples and full documentation.
This is a great tool to get your app up and running even faster, so have fun building and let us know what you think.