Add sharing to your Swift app via UIActivityViewController
For anyone who wants to know how to add a share button to your Swift app (that opens the native share sheet), this article from Code Explorer is exactly what you need. Additionally, if you need to shorten some text so that it will fit in a tweet and also want to append an ellipses, this String extension is super handy!