I know that there is NSFileManager class to manipulate with files in local application folder using:
NSTemporaryDirectory()
But what if I want to pick a file from iPhone storage, I didn't even find a default iOS application like 'fileManager' or 'fileExplorer' in Android to browse my files. Can someone explain me how it works in iOS. Or there is only an ability to manipulate files in my application temporary folder?