Generic doc fixes

This commit is contained in:
Samuel Attard 2017-03-25 12:37:07 +11:00
parent d95114016d
commit aa5c778ca2
No known key found for this signature in database
GPG key ID: 273DC1869D8F13EF
3 changed files with 5 additions and 3 deletions

View file

@ -19,7 +19,7 @@ Process: [Main](../tutorial/quick-start.md#main-process)
* `segments` [SegmentedControlSegment[]](structures/segmented-control-segment.md) - An array of segments to place in this control
* `selectedIndex` Integer (Optional) - The index of the currently selected segment, will update automatically with user interaction
* `change` Function - Called when the user selects a new segment
* `selectedIndex` - The index of the segment the user selected
* `selectedIndex` Integer - The index of the segment the user selected
### Instance Properties