Members only Xcode Cloud Using the Mapbox SDK for iOS with Xcode Cloud This reference covers how to write custom build scripts for Xcode Cloud to use the Mapbox SDK as a dependency with Swift Package Manager.
Members only Xcode Cloud Setting up Xcode Cloud for Automated Builds, Tests and Distribution This tutorial shows how to enable Xcode Cloud workflows to leverage the new cloud based toolchain to build, test and distribute apps.
Members only Mapbox Showing the user's location in a Mapbox MapView With this article you will learn how to obtain the user's location and show it on a map using the Mapbox SDK for iOS.
Members only Combine Combine: switchToLatest With this short reference code snippet, you will be able to use the convenient switchToLatest() operator when configuring subscribers in Combine.
Members only Mapbox Adding Annotations to a Mapbox MapView With this article you will learn how to add Point Annotations and View Annotations to a map using the Mapbox SDK for iOS.
Members only SwiftUI Integrating Mapbox with SwiftUI You will learn how to use the powerful Mapbox SDK v10.2 and newer in an SwiftUI iOS app with UIViewControllerRepresentable.
Members only Combine Combine: Networking and the dataTaskPublisher With this code snippet you will be able use the new dataTaskPublisher in URLSession to handle asynchronous download of data.
Members only 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.
Members only HLS Using HTTP Live Streaming (HLS) for live and onâdemand audio and video This article introduces most relevant aspects of HTTP Live Streaming (HLS) and powerful toolchains provided by Apple for live and on-demand media.
Members only 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.
Members only 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
Members only Combine Combine: Combining Operators With these short code snippets you will be able to combine operators when configuring publishers in Combine.
Members only 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.
Members only Combine Combine: Working with Timers With these code snippets you can learn about scheduling publishers in Combine with timers to modify their behavior.
Members only Combine Combine: Debugging Combine Messages With these short code snippets you will be able add debug messages to your Combine workflow to understand what is happening behind the scenes.
Members only Combine Combine: Working with Transformation Operators With these short code snippets you will be able use transformation operators when configuring publisher in Combine.
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.
Members only Combine Combine: Working with Sequence Operators With these short reference code snippets, you will be able to use sequence operators when configuring publishers with Combine
Members only Combine Combine: Working with Filters With these short reference code snippets, you will be able to use filter operators when configuration publishers in Combine.
Members only Combine Combine: Sharing Publishers With this short reference code snippet, you will be able to share publishers and avoid multiple asynchronous downloads of the same data.
Members only Documentation Tracking Changes in the Apple Developer Documentation With this article you will better understand the official Apple Developer Documentation and track API changes from one Xcode version to another.
Members only Static Site Generation Deploying Static Sites generated with Swift and Publish with Gitlab CI/CD By the end of this tutorial, you will be able to build and deploy a static website generated with Swift on Gitlab Pages with a CI/CD pipeline.
Members only Static Site Generation Static Site Generation with Swift using Publish, Plot and Ink By the end of this tutorial, you will be able to create static websites generated with Swift using Publish, Plot and Ink.