Top 8 Swift Photo Projects
-
-
SKPhotoBrowser
Simple PhotoBrowser/Viewer inspired by facebook, twitter photo browsers written by swift
-
Appwrite
Appwrite - The open-source backend cloud platform. The open-source backend cloud platform for developing Web, Mobile, and Flutter applications. You can set up your backend faster with real-time APIs for authentication, databases, file storage, cloud functions, and much more!
-
Unfortunately SwiftUI doesn’t fully support the use of the camera without doing some interop with UIKit. That being said it’s really not too hard and can be adapted from existing examples out there. Just found this one of the Snapchat camera. As for saving a file, take a look at some of the AV capture delegate protocols. They give you functions that let you know when a user has started and ended their capture session and even returns a file url of the output (in some cases you can make it a binary stream so you can save it to wherever you need). Depending on what your app is trying to achieve, you can take the photo and upload it to a backend or save it locally in the file system
-
-
I’m working on a framework for this - currently in my OpenFind app there’s a settings page that’s completely auto-generated, searchable, and tied to UserDefaults. Here’s the code (am working on isolating this): https://github.com/aheze/OpenFind/tree/main/Sources/Settings
-
-
FMPhotoPicker
A modern, simple and zero-dependency photo picker with an elegant and customizable image editor
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
Swift Photos related posts
Index
What are some of the best open-source Photo projects in Swift? This list will help you:
Project | Stars | |
---|---|---|
1 | Material | 11,967 |
2 | SKPhotoBrowser | 2,518 |
3 | SwiftyCam | 1,999 |
4 | BSImagePicker | 1,311 |
5 | OpenFind | 894 |
6 | Paparazzo | 765 |
7 | FMPhotoPicker | 696 |
8 | UnsplashKit | 190 |