2 min read

๐Ÿ†• 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.