-
Notifications
You must be signed in to change notification settings - Fork 28
Connection and Settings UI Guide
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:
- Connection Status View Controller
- Connection and Settings View Controller
- Press to Connect View Controller
- Shortcut Button View Controller
- Writing Style View Controller
- Battery Level View Controller
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.
Copyright (c) 2021 Adonit. All rights reserved.