Share the link! Do you know what this phrase means?
Share a link or picture, if it’s simple, then it means sharing it with someone. In this case, share a link with your friends. For such purposes, you can use the UIActivityViewController.
The UIActivity object has a set of parameters excludedActivityTypes (assignToContact, print, addToReadingList …) with which you can define an object for sharing.
Standard sharing implies that the user can share the specified object in any application (of course, which has this feature), which is installed on the mobile device.

Swift programming tutorial RabbiFox