Skip to content
cjbeauchamp edited this page Aug 6, 2013 · 11 revisions

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"

Get Started with Kii Cloud

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!

  1. Register for Kii Cloud
  1. 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

Add KiiToolkit to Your Application

Adding the toolkit to your app is simple, and just a matter of copying the files from the repository and linking an Apple framework.

CocoaPod Installation

If you are a CocoaPod user, installation is super simple! Just add KiiToolkit your Podfile:

platform :ios
...
pod 'KiiToolkit'
...

then install using:

pod install

Standard Installation

  1. Check out the KiiToolkit library
  1. Import the KiiToolkit files into your project
  • Feel free to remove the Documentation directory and the README file

Import KiiToolkit

3. Import the QuartzCore.framework framework

Import QuartzCore

4. Follow the same instructions as (3) to add the SystemConfiguration.framework and CoreGraphics.framework frameworks