2 min read

🆕 Developing a Camera App with SwiftUI: MVP


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.