Skip to content

Connection and Settings UI Guide

Jonathan Arbogast edited this page Mar 23, 2015 · 1 revision

The Jot Touch SDK includes a group of view controllers that you can use to make the process of connecting and configuring Jots as easy as possible. Instead of choosing between a completely stock or custom UI for connecting and configuring Jots, you now have the option of taking a hybrid approach. To create an instance of a Jot View Controller, use the category on UIStoryboard:

[UIStoryboard instantiateJotViewControllerWithIdentifier:JotViewControllerUnifiedStylusConnectionAndSettingsIdentifier];

The view controllers that you can embed within your application are:

These view controllers are also skin-able through a set of color and font properties. These should allow the Jot View Controllers to better conform with the overall look and feel of the rest of your application. See the JotModelController header documentation for more information on the customization options that are possible.