Difference between revisions of "Apple Watch Interface"
Jump to navigation
Jump to search
(Created page with "Category:User Interface An Apple Watch interface can be created visually through the Project Editor or using a Project's UISet (for example, for dynamically build Watch i...") |
|||
Line 4: | Line 4: | ||
== Objects == | == Objects == | ||
+ | === Common Parameters === | ||
+ | Each object has these common parameters: | ||
+ | * id: the optional object id. If set, it can be used for UISet | ||
+ | * visible: true|false, specifies the object visibility. This can be set throught a UISet. | ||
+ | |||
=== Label === | === Label === | ||
+ | A label object to display text. Text can be on multiple rows. | ||
+ | The object's height will adjust to contain the text. | ||
+ | |||
+ | [[File:Apple Watch UI Object label.png]] | ||
+ | |||
+ | === Parameters === | ||
+ | |||
+ | === UISet Attributes === | ||
+ | |||
=== Light === | === Light === | ||
+ | [[File:Apple Watch UI Object light.png]] | ||
=== OnOff === | === OnOff === | ||
+ | [[File:Apple Watch UI Object onoff.png]] | ||
=== Shutter === | === Shutter === | ||
+ | [[File:Apple Watch UI Object shutter.png]] | ||
=== Slider === | === Slider === | ||
+ | [[File:Apple Watch UI Object slider.png]] | ||
=== Image === | === Image === | ||
+ | [[File:Apple Watch UI Object image.png]] | ||
=== Camera === | === Camera === | ||
+ | [[File:Apple Watch UI Object camera.png]] |
Revision as of 13:30, 17 November 2017
An Apple Watch interface can be created visually through the Project Editor or using a Project's UISet (for example, for dynamically build Watch interfaces).
Contents
Objects
Common Parameters
Each object has these common parameters:
- id: the optional object id. If set, it can be used for UISet
- visible: true|false, specifies the object visibility. This can be set throught a UISet.
Label
A label object to display text. Text can be on multiple rows. The object's height will adjust to contain the text.