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
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -80,7 +80,7 @@ The button appearance can be customized via the label closure, allowing integrat
80
80
81
81
## Customizing the ShareLinkButton with UIActivityItemSource
82
82
83
-
The `ShareLinkButton` in SwiftUI allows developers to customize the sharing experience by providing their own `UIActivityItemSource`. This interface enables precise control over the data shared and its format, depending on the activity type selected by the user. By integrating a custom `UIActivityItemSource` into the `ShareLinkButton`, developers can tailor the content and presentation of shared data across various platforms.
83
+
The `ShareLinkButton` in SwiftUI allows developers to customize the sharing experience by providing their own `UIActivityItemSource`. This interface enables precise control over the data shared and its format, depending on the activity type selected by the user.
84
84
85
85
### Example: Customizing Share Content Based on Activity Type
0 commit comments