Hi guys, I’m an iOS I want to show something like this native share view controller:

In native iOS this is very easy to use, you just have to create an instance of UIActivityViewController with the items you want to share, for example an image, a text, a url, and the just ‘presentViewController’. It automatically shows you all the available stuff to share and you can pick one and that’s it…
Is there a way of doing this? I know that with android something similar can be done and it looks like this:

Any idea if there is a way to accomplish this???
Thanks a lot!!!

