Skip to content

Commit 5e0fbbd

Browse files
committed
Update README.md
1 parent 1eb8a44 commit 5e0fbbd

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11

2-
# ShareLink for SwiftUI Package
2+
# ShareLink iOS14 for SwiftUI Package
33

44
This package provides a SwiftUI view, `ShareLinkButton`, that enables sharing of various data types.
55

66
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FThe-Igor%2Fsharelink-for-swiftui%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/The-Igor/sharelink-for-swiftui) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FThe-Igor%2Fsharelink-for-swiftui%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/The-Igor/sharelink-for-swiftui)
77

8+
## Why ShareLink when we have Apple's ShareLink out of the box?!
9+
10+
In my experience working on SwiftUI projects, I noticed a gap when it came to implementing share link functionalities across different iOS versions. While Apple introduced the ShareLink API in iOS 16, a significant portion of users and projects are still on older versions, like iOS 15 and even iOS 14. Given that many apps need to support these earlier versions for at least a couple more years. This necessity led me to develop a package that provides similar functionality as ShareLink but is compatible with earlier iOS versions.
11+
812
## Features
913
- **Customizable Button Label**: The label of the button is fully customizable with SwiftUI views.
1014
- **Support for Multiple Data Types**: Supports sharing of text, images, URLs, and other `Transportable` types.

0 commit comments

Comments
 (0)