Did you ever have to share your screen and camera together? I recently did and it was that easy. How hard could it be to create our own? Today, weโll code our own webcam utility app for macOS in SwiftUI. I recently got chance to be part of my first online tech conference where I […]
Iโve been experiencing more and more with SwiftUI and I really wanted to see what we can do with video content. Today Iโll share my findings, showing how to play video using AVFoundation in SwiftUI, including some mistakes to avoid. The best way to play a media on iOS is using AVFoundation, Appleโs framework to […]