Skip to content

Connection and Settings View Controller

adonitRDSW edited this page Nov 17, 2021 · 2 revisions

The Connection and Settings View Controller is used to connect Adonit Stylus to your application, provide access to configuration options for a connected Stylus, as well as provide links to help if something goes wrong during the connection process.

The Connection and Settings View Controller has two different states. In the disconnected state, this view controller looks like:

Settings Disconnected State

and in the connected state, this view controller looks like:

Settings Connected State

Among other items, in the connected state, the Connection and Settings View Controller provides access to the Shortcut Button View Controller and the Writing Style View Controller. Its also possible to show a switch that turns Palm Rejection on and off by setting the showPalmRejectionSwitch property to YES.

[UIStoryboard instantiateJotViewControllerWithIdentifier:JotViewControllerUnifiedStylusConnectionAndSettingsIdentifier];