File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ To get started:
154
154
155
155
1 . Conform your Settings view to ` protocol SherlockView `
156
156
2 . Add ` @State var searchText: String ` to your view
157
- 3 . Inside view's ` body ` , use ` SherlockForm ` (just like normal ` Form ` ), and use various built-in form cells :
157
+ 3 . Inside view's ` body ` , use ` SherlockForm ` (just like normal ` Form ` ), and use various built-in form components :
158
158
- Basic built-in cells
159
159
- ` textCell `
160
160
- ` textFieldCell `
@@ -168,6 +168,9 @@ To get started:
168
168
- ` datePickerCell `
169
169
- ` sliderCell `
170
170
- ` stepperCell `
171
+ - List
172
+ - ` simpleList `
173
+ - ` nestedList `
171
174
- More customizable cells (part of ` ContainerCell ` )
172
175
- ` hstackCell `
173
176
- ` vstackCell `
You can’t perform that action at this time.
0 commit comments