Finder-style iOS file browser library in Swift with search, previews, and 3D touch.
FileBrowser is an iOS library written in Swift that provides a Finder-style file browser interface for apps. It allows users to browse, search, preview, and manage files within an application's documents directory or custom paths, solving the need for integrated file system navigation without building from scratch.
iOS developers building apps that require in-app file management, such as document editors, media viewers, or utility tools where users interact with local files.
Developers choose FileBrowser for its native iOS look and feel, quick integration with minimal code, and comprehensive features like search, previews, and 3D touch—saving development time while offering a polished user experience.
Finder-style iOS file browser written in Swift
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Offers a Finder-style interface that aligns with iOS design standards, ensuring a familiar user experience for browsing files.
Integration requires only a few lines of code to present the browser, as shown in the basic usage example, saving development time.
Includes search via pull-down, file previews for plist and JSON, editing, deletion, and 3D touch support, covering essential file management tasks.
Allows excluding specific file extensions and paths, and can be tailored to app design, providing flexibility for different use cases.
Focused on browsing local app directories, with no built-in support for network or remote file systems, restricting use in cloud-centric apps.
Built for Swift 4.0, which may pose compatibility challenges for projects using newer Swift versions or require migration efforts.
Only available for iOS, making it unsuitable for cross-platform applications and necessitating alternative solutions for other platforms.