A simple and free application, developed in Swift/SwiftUI, to clean up the photo library on your iOS device. The perfect alternative to the many freemium/premium apps on the App Store.
How many times have you opened your gallery only to find it cluttered with screenshots, duplicate photos, or useless shots? This app was created to solve this problem in a simple, fast, and free way.
The functionality is inspired by dating apps:
- Swipe right to keep a photo.
- Swipe left to add it to the delete list.
No subscriptions, no ads, just an effective way to tidy up.
- Intuitive Interface: A simple swipe gesture to decide the fate of each photo.
- 100% Free: No hidden costs or in-app purchases. The app is and will always be free.
- Private and Secure: The app processes photos directly on your device. No photos are uploaded to external servers.
- Open Source: The code is open to everyone. Feel free to contribute or check out how it works.
- Lightweight and Fast: Built with SwiftUI to ensure the best native experience on iOS.
To try the app, you can build the project directly on your device.
- A Mac with the latest version of Xcode.
- A physical iPhone or iPad (or a simulator).
- Clone the repository:
git clone [https://https://github.com/tonyfant/PhotoCleaner.git](https://https://github.com/tonyfant/PhotoCleaner.git)
- Open the project:
Open the
.xcodeprojor.xcworkspacefile with Xcode. - Select your device: Choose your iPhone (or a simulator) as the run target.
- Run the app: Press the "Build and Run" button (โถ) in Xcode.
Contributions are always welcome! If you want to improve the app, you are invited to:
- Fork the project.
- Create a new Branch (
git checkout -b feature/NewFeature). - Commit your changes (
git commit -m 'Add NewFeature'). - Push to the branch (
git push origin feature/NewFeature). - Open a Pull Request.
This project is licensed under the MIT License. See the LICENSE file for more details.