Form should be preferred over List for settings sheets.
Changes made
Replace List with Form in settings and opt-in view. Note that the opt-in view has existing usability issues on its own, but we will do better when we rewrite the demo anyway.
Make version information cells reachable on tvOS.
Fix linting issues.
Checklist
[x] APIs have been properly documented (if relevant).
[x] The documentation has been updated (if relevant).
[x] New unit tests have been written (if relevant).
Description
Form
should be preferred overList
for settings sheets.Changes made
List
withForm
in settings and opt-in view. Note that the opt-in view has existing usability issues on its own, but we will do better when we rewrite the demo anyway.Checklist