Skip to content

Commit 5b3d30f

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

2-
# ShareLink iOS14 for SwiftUI Package
2+
# ShareLink iOS14 for SwiftUI
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?!
8+
## Why I developed the ShareLink package when Apple provides one out of the box?!
99

1010
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.
1111

0 commit comments

Comments
 (0)