๐ Developing a Camera App with SwiftUI: MVP
Progress Report: SwiftUI Video App Development
A few days ago, I shared an idea for a video app that I wanted to develop using SwiftUI. Iโm excited to give you an update on my progress! Iโve been working hard on the MVP of the app, and itโs almost ready.
Check out this video to see how the app is coming along so far ๐
What do you think? Would you add anything else? I want to keep the app as simple as possible. Right now, Iโm focusing on the following features:
- Create multiple video clips (using front and back layer)
- Remove video that you donโt want to include in the final video
- Export the video by concatenating all the clips
Next Steps
Iโm planning to add a simple onboarding screen to explain how the app works, and I will also add SuperWall to monetize the app. I have more features that I would like to add in the coming weeks, but as Iโve said multiple times, I want to keep the app simple.
Iโm excited to see how the app will evolve and grow! ๐
I was investigating a bit Appleโs documentation and I need to use AVCapturemultiCamSession
and AVCaptureVideoPreviewLayer
to capture video from multiple cameras.