-
Notifications
You must be signed in to change notification settings - Fork 3
Getting Started
There are many features included in KiiToolkit. Some of which are based on Kii Cloud (ex: KTLoginViewController) and others that can be used in non-Kii Cloud projects (ex: KTButton, KTTextField, etc).
If you would like to do a full install and utilize all features of KiiToolkit, follow the steps in both sections on this page. Otherwise, if you only wish to use the non-Kii Cloud features, skip ahead to "Add KiiToolkit to Your Application"
Skip this section if you already have KiiSDK in your application or wish to only utilize KiiToolkit features that don't require Kii Cloud
Some functionality in KiiToolkit requires Kii Cloud. If you'd like to utilize all features, we suggest adding the Kii Cloud SDK to your application. It's quick and free to get started!
- Register for Kii Cloud
- It's completely FREE, all you need is an email address
- Visit http://developer.kii.com to create your account
- Follow the instructions found here to:
- Create an app on the portal
- Download the Kii Cloud SDK
- Import the Kii Cloud SDK into your app
Adding the toolkit to your app is simple, and just a matter of copying the files from the repository and linking an Apple framework.
If you are a CocoaPod user, installation is super simple! Just add KiiToolkit
your Podfile
:
platform :ios
...
pod 'KiiToolkit'
...
then install using:
pod install
- Check out the KiiToolkit library
- Found in the main page of this project
- Import the KiiToolkit files into your project
- Feel free to remove the Documentation directory and the README file
3. Import the QuartzCore.framework
framework
4. Follow the same instructions as (3) to add the SystemConfiguration.framework
and CoreGraphics.framework
frameworks