Add more explicit types to docs for TouchBar

This commit is contained in:
Samuel Attard 2017-03-04 16:14:41 +11:00
parent e315116336
commit f97ee56c9f
No known key found for this signature in database
GPG key ID: 273DC1869D8F13EF
5 changed files with 15 additions and 13 deletions

View file

@ -16,10 +16,10 @@ The following properties are available on instances of `TouchBarLabel`:
#### `touchBarLabel.label`
The label's current text. Changing this value immediately updates the label in
A `String` representing the label's current text. Changing this value immediately updates the label in
the touch bar.
#### `touchBarLabel.textColor`
The label's current text color. Changing this value immediately updates the
A `String` hex code representing the label's current text color. Changing this value immediately updates the
label in the touch bar.