ylliX - Online Advertising Network

YouTube’s full screen video player gets a new interface

YouTube is making a number of new features and improvements. Just recently, we noted the possibility it will let users loop video chapters. YouTube would also be focusing on user-generated content. There’s that Android TV version finally getting a better playlist UI. A new interface is now ready for the mobile app version. Specifically, the […]

Playing Video with AVPlayer in SwiftUI

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 […]