Augustyniak / FileExplorer

FileExplorer is a powerful iOS file browser that allows its users to choose and remove files and/or directories
Other
742 stars 112 forks source link

File can be deleted even when canRemoveFiles = false #28

Open mstralka opened 7 years ago

mstralka commented 7 years ago

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

let fileExplorer = FileExplorerViewController(
fileExplorer.canRemoveFiles = false
self.present(fileExplorer, animated: true, completion: nil)

Screenshot: https://www.screencast.com/t/rkEwYTj2Nak

Thanks