Reputation: 2777
Does iOS have a way of displaying icons belonging to other apps, eg.
The purpose is to mimic "Send via Messages" in Safari, et. al. The alternative would be making copies of the icons and update them whenever they are updated by its creator (not fun).
Upvotes: 0
Views: 39
Reputation: 7936
No, you can't use other app's icons to build a custom view, but you can use UIActivityViewController that seems to be what you need.
Upvotes: 1