@@ -9,7 +9,6 @@ Table columns:
9
9
- 🚧: some features work
10
10
- ✅: feature-complete
11
11
- Name of view
12
- - Beta indicator: β indicates the SwiftUI view is currently in beta on Apple platforms
13
12
14
13
## Views and Controls
15
14
@@ -19,8 +18,8 @@ Table columns:
19
18
| --- | ---------------------------------------------------------------------------- | :-: |
20
19
| 🚧 | [ Text] ( https://developer.apple.com/documentation/swiftui/text ) | |
21
20
| 🚧 | [ TextField] ( https://developer.apple.com/documentation/swiftui/textfield ) | |
22
- | 🚧 | [ SecureField] ( https://developer.apple.com/documentation/swiftui/securefield ) |
23
- | | [ TextEditor] ( https://developer.apple.com/documentation/swiftui/texteditor ) | β |
21
+ | 🚧 | [ SecureField] ( https://developer.apple.com/documentation/swiftui/securefield ) | |
22
+ | | [ TextEditor] ( https://developer.apple.com/documentation/swiftui/texteditor ) | |
24
23
25
24
### Images
26
25
@@ -36,8 +35,8 @@ Table columns:
36
35
| 🚧 | [ NavigationLink] ( https://developer.apple.com/documentation/swiftui/navigationlink ) | |
37
36
| | [ EditButton] ( https://developer.apple.com/documentation/swiftui/editbutton ) | |
38
37
| | [ PasteButton] ( https://developer.apple.com/documentation/swiftui/pastebutton ) | |
39
- | | [ SignInWithAppleButton] ( https://developer.apple.com/documentation/swiftui/signinwithapplebutton ) | β |
40
- | | [ Menu] ( https://developer.apple.com/documentation/swiftui/menu ) | β |
38
+ | | [ SignInWithAppleButton] ( https://developer.apple.com/documentation/swiftui/signinwithapplebutton ) | |
39
+ | | [ Menu] ( https://developer.apple.com/documentation/swiftui/menu ) | |
41
40
42
41
### Value Selectors
43
42
@@ -48,16 +47,16 @@ Table columns:
48
47
| | [ DatePicker] ( https://developer.apple.com/documentation/swiftui/datepicker ) | |
49
48
| 🚧 | [ Slider] ( https://developer.apple.com/documentation/swiftui/slider ) | |
50
49
| | [ Stepper] ( https://developer.apple.com/documentation/swiftui/stepper ) | |
51
- | | [ ColorPicker] ( https://developer.apple.com/documentation/swiftui/colorpicker ) | β |
50
+ | | [ ColorPicker] ( https://developer.apple.com/documentation/swiftui/colorpicker ) | |
52
51
53
52
### Value Indicators
54
53
55
54
| | | |
56
55
| --- | ------------------------------------------------------------------------------ | :-: |
57
- | | [ ProgressView] ( https://developer.apple.com/documentation/swiftui/progressview ) | β |
58
- | | [ Gauge] ( https://developer.apple.com/documentation/swiftui/gauge ) | β |
59
- | | [ Label] ( https://developer.apple.com/documentation/swiftui/label ) | β |
60
- | | [ Link] ( https://developer.apple.com/documentation/swiftui/link ) | β |
56
+ | | [ ProgressView] ( https://developer.apple.com/documentation/swiftui/progressview ) | |
57
+ | | [ Gauge] ( https://developer.apple.com/documentation/swiftui/gauge ) | |
58
+ | | [ Label] ( https://developer.apple.com/documentation/swiftui/label ) | |
59
+ | | [ Link] ( https://developer.apple.com/documentation/swiftui/link ) | |
61
60
62
61
## View Layout and Presentation
63
62
@@ -68,16 +67,16 @@ Table columns:
68
67
| 🚧 | [ HStack] ( https://developer.apple.com/documentation/swiftui/hstack ) | |
69
68
| 🚧 | [ VStack] ( https://developer.apple.com/documentation/swiftui/vstack ) | |
70
69
| 🚧 | [ ZStack] ( https://developer.apple.com/documentation/swiftui/zstack ) | |
71
- | | [ LazyHStack] ( https://developer.apple.com/documentation/swiftui/lazyhstack ) | β |
72
- | | [ LazyVStack] ( https://developer.apple.com/documentation/swiftui/lazyvstack ) | β |
70
+ | | [ LazyHStack] ( https://developer.apple.com/documentation/swiftui/lazyhstack ) | |
71
+ | | [ LazyVStack] ( https://developer.apple.com/documentation/swiftui/lazyvstack ) | |
73
72
74
73
### Grids
75
74
76
- | | | |
77
- | --- | ------------------------------------------------------------------------ | :-: |
78
- | 🚧| [ LazyHGrid] ( https://developer.apple.com/documentation/swiftui/lazyhgrid ) | β |
79
- | 🚧| [ LazyVGrid] ( https://developer.apple.com/documentation/swiftui/lazyvgrid ) | β |
80
- | 🚧| [ GridItem] ( https://developer.apple.com/documentation/swiftui/griditem ) | β |
75
+ | | | |
76
+ | --- | --------------------------------------------------------------------- | :-: |
77
+ | 🚧| [ LazyHGrid] ( https://developer.apple.com/documentation/swiftui/lazyhgrid ) | |
78
+ | 🚧| [ LazyVGrid] ( https://developer.apple.com/documentation/swiftui/lazyvgrid ) | |
79
+ | 🚧| [ GridItem] ( https://developer.apple.com/documentation/swiftui/griditem ) | |
81
80
82
81
### Lists and Scroll Views
83
82
@@ -86,9 +85,9 @@ Table columns:
86
85
| 🚧 | [ List] ( https://developer.apple.com/documentation/swiftui/list ) | |
87
86
| 🚧 | [ ForEach] ( https://developer.apple.com/documentation/swiftui/foreach ) | |
88
87
| 🚧 | [ ScrollView] ( https://developer.apple.com/documentation/swiftui/scrollview ) | |
89
- | | [ ScrollViewReader] ( https://developer.apple.com/documentation/swiftui/scrollviewreader ) | β |
90
- | | [ ScrollViewProxy] ( https://developer.apple.com/documentation/swiftui/scrollviewproxy ) | β |
91
- | | [ DynamicViewContent] ( https://developer.apple.com/documentation/swiftui/dynamicviewcontent ) | β |
88
+ | | [ ScrollViewReader] ( https://developer.apple.com/documentation/swiftui/scrollviewreader ) | |
89
+ | | [ ScrollViewProxy] ( https://developer.apple.com/documentation/swiftui/scrollviewproxy ) | |
90
+ | | [ DynamicViewContent] ( https://developer.apple.com/documentation/swiftui/dynamicviewcontent ) | |
92
91
93
92
### Container Views
94
93
@@ -101,10 +100,10 @@ Table columns:
101
100
102
101
### Hierarchical Views
103
102
104
- | | | |
105
- | --- | ------------------------------------------------------------------------------------ | :-: |
106
- | 🚧| [ OutlineGroup] ( https://developer.apple.com/documentation/swiftui/outlinegroup ) | β |
107
- | 🚧| [ DisclosureGroup] ( https://developer.apple.com/documentation/swiftui/disclosuregroup ) | β |
103
+ | | | |
104
+ | --- | --------------------------------------------------------------------------------- | :-: |
105
+ | 🚧| [ OutlineGroup] ( https://developer.apple.com/documentation/swiftui/outlinegroup ) | |
106
+ | 🚧| [ DisclosureGroup] ( https://developer.apple.com/documentation/swiftui/disclosuregroup ) | |
108
107
109
108
### Spacers and Dividers
110
109
0 commit comments