MapKit Using MapKit with SwiftUI Learn how to use Maps in your SwiftUI app and how to add annotations to the MapView as markers, pins or custom annotations.
AVKit How to create a media streaming app with SwiftUI and AWS Watch the session on How to create a media streaming app with SwiftUI and AWS from NSSpain 2021 Remote Edition.
AVKit Create with Swift at NSSpain 2021 This article will get you started with material created for our workshop on Creating a media streaming App with SwiftUI and AWS at NSSpain 2021.
AVKit Custom video player with AVKit and SwiftUI supporting Picture-In-Picture With this article you will learn how to create a custom video player with AVKit and SwiftUI that supports Picture-in-Picture
AVKit Implementing Picture-In-Picture with AVKit and SwiftUI Learn in this tutorial to implement Picture-in-Picture (PiP) with AVKit and SwiftUI using UIViewRepresentable & UIViewControllerRepresentable.
AVKit Switching between HLS streams with AVKit With this tutorial you will be able to create a simple VideoPlayerViewModel that monitors the playback buffer of an AVPlayerItem and lowered resolution of the playback is likely to stall.
AVKit HLS Streaming with AVKit and SwiftUI By the end of this article, you will be able to understand the basic of HTTP Live Streaming (HLS) and how to use it with the VideoPlayer in SwiftUI
SwiftUI Passing Data between Views in SwiftUI using @State and @Binding By the end of this tutorial, you will be able to pass data using @State and @Binding from a primary to a secondary view using a hierarchical navigation in SwiftUI.
SwiftUI Swipe Actions on Lists with SwiftUI By the end of this article, you will be able to add swipe actions to your lists using SwiftUI and new modifiers introduced at WWDC 2021.
SwiftUI Passing Data between Views in SwiftUI using a property By the end of this tutorial, you will be able to pass data using a property from a primary view to a modally presented secondary view in SwiftUI.
SwiftUI Developing A Media Streaming App Using SwiftUI In 7 Days This article showcases a fast-paced project from late 2020 to develop a media streaming app with SwiftUI to show that SwiftUI is production ready.
SwiftUI July 2021: What’s new in the Swift Community? In this article we talk about the story of Bakery, a macOS app to generate placeholder app icons, built in SwiftUI in just few weeks.
WWDC June 2021: What’s new in the Swift Community? In this article we cover the most interesting releases at WWDC 2021 and how the Swift community is starting to create new content around it.
SwiftUI GroupBox View in SwiftUI 3 A GroupBox View is a simple way for you to create simple stylized views on your interface. You can create a box to house your content and handles stacking automatically.