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
{{ message }}
This repository was archived by the owner on Jan 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: .github/README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ ExportManager.toCSVDocument(people) { result in
105
105
106
106
To save the generated file from your SwiftUI-App in the file system, you need to use the `fileExporter()`-Modifier and reference the generated `CSVDocument` by calling `ExportManager.toCSVDocument(:_)`
107
107
108
-
<imgsrc="assets/save_macos.jpeg"width="120">
108
+
<imgsrc="assets/save_macos.jpeg"width="300">
109
109
110
110
```Swift
111
111
structContentView: View {
@@ -149,7 +149,7 @@ struct ContentView: View {
149
149
150
150
For sharing and saving the file in your UIKit-App, you can use our `.share(:_)`-Function from any `UIViewController`. It creates and opens automatically an `UIActivityViewController`.
0 commit comments