Reputation: 179
Does any of you guys know what this 'menu/view' is called and how to implement this?
I have no idea of what the name is, and i have been looking through apples documentation, but i was not able to find it..
Upvotes: 0
Views: 96
Reputation: 20410
That's a UIActivityViewController
Find the documentation about it here:
UIActivityViewController Class Reference
Upvotes: 2