naturaln0va / VisualActivityViewController

A way to represent what you’re sharing.
https://ackermann.io/posts/previewing-the-system-share-sheet
MIT License
758 stars 29 forks source link

applicationActivities #2

Closed ghost closed 6 years ago

ghost commented 6 years ago

Please add applicationActivities to VisualActivityViewController example : VisualActivityViewController(text: "", applicationActivities: Freedom.browsers())

naturaln0va commented 6 years ago

You are now able to pass your custom application activities using the activities param on the continence initializers: 0aed5372ab0ccf8d5f536b70f59a2184e16c4712. Previous to this commit you were also able to use the default initializer from UIActivityViewController to pass in your custom activities.

I hope this helps!