[Solved] How to browse the document file in iOS [closed]


Two things you can consider:
1. If you have to give permission for sharing document directory in your .plist. Then traverse through file app.
2. Or you have to use UIDocumentBrowserViewController and show list of file and directory.
Please check this link : https://developer.apple.com/documentation/uikit/uidocumentbrowserviewcontroller

1

solved How to browse the document file in iOS [closed]