I would like to let users browse photos in their photo albums, tap the action button, and share/open selected photos in my app. Some apps (like Viber and WeChat) provide a custom view to handle this. This is the WeChat screen:
What is the name of this feature and which class do I have to use to achieve this behavior?
You need to do check for share option in the ioS extensions
EDIT:
Removed 3 & 4 links, which are not working. thanks to Daniel.
Share extension can be found inside the Extension programming guide(2nd link > App Extension Types > Share)