I was surfing some site in safari. it was attachment button. when I clicked on that button. it showed this controller. Can any1 tell me which is this default functionality safari provide. it is dere in various apps too like slack.
its shows icloud/google drive/dropbox all three in one action.
It is
UIDocumentPickController
. Check the apple developer documentationAnd delegate
After adding the code you should check this post too or else you will get an exception. You should go to capabilities & turn iCloud capabilities on. Add icloud containers also there
UIDocumentMenuController
is the same asUIDocumentPickerViewController
. But its deprecated. check the developer documentation here