MapKit Getting Directions in MapKit with SwiftUI Learn how to get directions and show a route on a Map view in SwiftUI.
Accessibility Preparing your App for VoiceOver: Hiding Elements from the Accessible Interface Ensure your app’s interface elements communicate their function properly to assistive technologies.
MapKit Adding Custom Annotations in MapKit with SwiftUI Add custom annotations to your maps using MapKit and SwiftUI.
Accessibility Preparing your App for VoiceOver: Accessibility Traits Ensure the interface elements of your app communicate their function properly to assistive technologies
Accessibility Preparing your App for VoiceOver: Labels, Values and Hints Ensure your app interface supports assistive technologies using accessibility modifiers.
SwiftUI Creating a SwiftUI App to generate Text Completions with GPT-3.5 through the OpenAI API Understand how to use the OpenAI Swift Package to connect with the OpenAI API to generate text completions within your SwiftUI app.
Accessibility Supporting Increase Contrast in your app to enhance Accessibility Understand how to enhance the user experience of your app by supporting the Increase Contrast accessibility feature and leveraging one of the available environment values in SwiftUI.
Accessibility Testing your app's accessibility with the Accessibility Inspector Enhance your app accessibility by testing and auditing it with the Accessibility Inspector to better support assistive technologies and discover possible accessibility issues.
SwiftUI Creating a SwiftUI App to generate images with Dall-E through the OpenAI API Understand how to use the OpenAI Swift Package to connect with the OpenAI API to generate images within your SwiftUI app.
DocC Configuring the Hosting Base Path in Xcode to Publish DocC Documentation on GitHub Pages Understand how to configure Xcode Build Settings with a DocC Archive Hosting Base Path to publish static documentation websites on GitHub Pages.
CarPlay Testing Apps with an iPhone and the CarPlay Simulator Understand how to use Apple's new stand alone CarPlay Simulator app to test CarPlay-enabled apps with your iPhone and your Mac.
HLS Converting Video Files for HLS Streaming This reference shows how to convert video files for HLS streaming with ffmpeg and how to create video files from .m3u8 manifest and .ts files.
SwiftUI Using SF Symbols in SwiftUI This reference article covers how to use SF Symbols in SwiftUI and the most common modifiers associated with them.
SwiftUI Detecting Xcode Previews This reference article covers how to use environment values to detect if a process is running in a Xcode preview.
DocC Using the Swift Package Manager command plugin for Swift-DocC This reference shows how to use the Swift Package Manager command plugin for Swift-DocC to export documentation for static web hosting.
SpriteKit Sprite Animation with SpriteKit This reference article covers how to create animations using SpriteKit SKSpriteNode and textures.
SwiftUI Using the LocationButton in SwiftUI for One Time Location Access With this reference, you will be able to use the LocationButton in a SwiftUI app to conveniently access the user's location data.
SpriteKit Data from SpriteKit to SwiftUI with Delegation This reference article covers how you can build communication between your SpriteKit scene and a SwiftUI view using the Delegate pattern.
Xcode 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.
SwiftUI Using SpriteKit in a SwiftUI Project This reference article covers how to use a SpriteKit scene in a SwiftUI view.
Combine Combine: switchToLatest With this short reference code snippet, you will be able to use the convenient switchToLatest() operator when configuring subscribers in Combine.
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.
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.
Combine Combine: Combining Operators With these short code snippets you will be able to combine operators when configuring publishers in Combine.
Combine Combine: Working with Timers With these code snippets you can learn about scheduling publishers in Combine with timers to modify their behavior.