NimbleKit SDK Documentation
NimbleKit SDK Documentation
Overview
Nimble SDK is a library which simplifies development for the iPhone- allowing you to create full featured applications with just HTML and JavaScript.
Requirements
Mac OS X 10.5 or newer iPhone SDK 2.2 or newer
Compatibility and Dependencies
Products created with Nimble SDK will run on Apple iPhone devices with iPhone OS 2.2 and newer, however some functionality requires iPhone OS 3.0 or higher to be installed. (It is up to you to decide to use the OS 3 functionality, or not).
Documentation
The documentation updates with each release of NimbleKit. For updated documentation, please visit http://nimblekit.com and download the latest version.
Also, visit this website! We have expanded documentation, and request feedback from NimbleKit users on how to improve the documentation.
Quick Start
Install Xcode first. After you install Nimble SDK there will be a new Xcode template added which must be used to create Nimble Kit based applications.
Registering NimbleKit
After NimbleKit SDK is purchased, projects created using it can be activated to run on iPhone or iPod touch devices. To do that open your project and navigate to file named:
YOUR_APPLICATION_NAMEDelegate.m and enter serial number in the “serial” field. For example:
Nimble *nimble = [[Nimble alloc] initWithRootPage:@"main.html" window:window serial:@"YOUR-SERIAL-HERE"];
HOT NEWS:
Nimblekit version 1.5.8 released
Changes:
1. UISwitch native control
2. UITextField native control
3. Support for non standard replys for NKInternetPlayer
4. Pages caching
5. "More" navigation controller fixed when navigating to page with
reloading
6. NKTakePicture crash fixed
7. Initial white screen on application load fixed
Description:
NimbleKit Online Community Documentation
Version: 1.5
Last Update: Aug 26 2009
Moderator:
Charles Henderson
This documentation is a community effort to improve NimbleKit documentation. You may submit your suggestions to
Contributors:

Alexander Voloshyn
NimbleKit Developer

Charlie Henderson
Moderator, Online Docs

Andy Baird
What’s New:
1.Andy Baird supplied some nice programming sample code snippets!
2.NimbleKit installs properly under Snow Leopard. Make sure that Xcode is installed first.
3.Tell us about YOUR NimbleKit app!
Helpful Links
Nimble SDK Community Documentation

NimbleKit is copyright 2009 VolnaTech, All Rights Reserved.