In previous chapters, you saw how to implement documents on iOS and macOS to save data and share it across your apps. In this chapter, you’ll see another way to share data using the Share button so that you can dynamically share data from one app to another without using a document to store and share the data.
Using Share buttons (as a user)
Using Share buttons (as a developer)
Managing the shared data
Using Share Buttons (As a User)
To share data, you need one app to share the data (sometimes this process ...