FileExplorer
FileExplorer copied to clipboard
FileExplorer is a powerful iOS file browser that allows its users to choose and remove files and/or directories
I'm attempting to utilize a custom FileSpecificationProvider to display .txt files in a certain format, however the FileExplorerViewController brings up the UknownFileTypeViewController instead. ``` class FileViewController: UIViewController { override func...
Console shows: > *** Terminating app due to uncaught exception 'NSGenericException', reason: 'Your application has presented a UIActivityViewController (). In its current trait environment, the modalPresentationStyle of a UIActivityViewController with...
``` extension FileExplorerViewController: ItemPresentationCoordinatorDelegate { func itemPresentationCoordinatorDidFinish(_ coordinator: ItemPresentationCoordinator) { dismiss(animated: true) { delegate?.fileExplorerViewControllerDidFinish(self) } } func itemPresentationCoordinator(_ coordinator: ItemPresentationCoordinator, didChooseItems items: [Item]) { dismiss(animated: true) { let urls =...
If you click the (i) button on a file, it shows a thumbnail and some information about the file. At the bottom of the view is the Delete/Trashcan button ```swift...
My swift 3.0 app uses [PSPDFKit](https://pspdfkit.com) to render PDF files, so I want to implement a subclass of `PDFSpecificationProvider` that will do this: ```swift class MLPDFSpecificationProvider: PDFSpecificationProvider { public class...
Hello Rafal, this is the pull request containing all my changes for the single selection bugfixes. Please integrate this in your master. best regards Timo Steinwender from germany
can open api to configure color,or provide black skin style?