You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SwiftUIKit started as a small project, but has grown big over the years. Due to its complexity, I have decided to remove the demo. Instead, have a look at the various namespaces and use the live previews to explore the SDK.
36
+
SwiftUIKit started small, but has grown big over the years. Due to its complexity, I decided to remove the demo. Instead, have a look at the various namespaces and use the live previews to explore the SDK.
37
37
38
-
I will extract parts of this SDK into separate libraries, to be able to provide better documentation & help. Have a look at [my open-source listing page][OpenSource] for some of these.
38
+
I will extract parts of this project into separate libraries, to provide better documentation & help. Have a look at [my open-source listing page][OpenSource] for some of these.
Copy file name to clipboardExpand all lines: Sources/SwiftUIKit/SwiftUIKit.docc/SwiftUIKit.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ SwiftUIKit adds extra functionality to `SwiftUI`.
8
8
9
9

10
10
11
+
SwiftUIKit is a Swift SDK that adds extra functionality to `SwiftUI` and `Swift`. It contains additional components, a lot of extensions to native types, and much more.
12
+
11
13
The library is divided into the namespaces found in the Topics section below. For more information, source code, issues, to sponsor the project etc., visit the [project repository][Repository].
12
14
13
15
@@ -24,6 +26,14 @@ If you prefer to not have external dependencies, you can also just copy the sour
24
26
25
27
26
28
29
+
## Getting Started
30
+
31
+
SwiftUIKit started small, but has grown big over the years. Due to its complexity, I decided to remove the demo. Instead, have a look at the various namespaces and use the live previews to explore the SDK.
32
+
33
+
I will extract parts of this SDK into separate libraries, to be able to provide better documentation & help. Have a look at [my open-source listing page][OpenSource] for some of these.
34
+
35
+
36
+
27
37
## Repository
28
38
29
39
For more information, source code, etc., visit the [project repository][Repository].
@@ -52,7 +62,9 @@ SwiftUIKit is available under the MIT license. See the [LICENSE][License] file f
52
62
-``CsvParser``
53
63
-``MimeType``
54
64
-``ScanCodeType``
55
-
-``StorageCodable``
65
+
-``StorageValue``
66
+
-``AppStorageValue``
67
+
-``SceneStorageValue``
56
68
57
69
### Device
58
70
@@ -128,7 +140,6 @@ SwiftUIKit is available under the MIT license. See the [LICENSE][License] file f
128
140
-``NavigationButton``
129
141
-``NavigationContext``
130
142
-``NavigationLinkArrow``
131
-
-``UrlOpener``
132
143
133
144
### Pages
134
145
@@ -211,3 +222,4 @@ SwiftUIKit is available under the MIT license. See the [LICENSE][License] file f
0 commit comments