TerminalAccessory
This class provides an input accessory for the terminal on iOS, you can access this via the inputAccessoryView
property in the TerminalView
and casting the result to TerminalAccessory
.
This class surfaces some state that the terminal might want to poke at, you should at least support the following
properties;
controlModifer
should be set if the control key is pressed
-
This points to an instanace of the
TerminalView
where events are sent -
This tracks whether the “control” button is turned on or not
-
-
-
This method setups the internal data structures to setup the UI shown on the accessory view, if you provide your own implementation, you are responsible for adding all the elements to the this view, and flagging some of the public properties declared here.
-