Sign in with Apple Sign in with Apple on a SwiftUI application Learn how to add Sign in with Apple to a SwiftUI project using the Authentication Services framework.
visionOS Mastering Model3D View Explore how to use Model3D to load and display 3D models in a visionOS app.
visionOS Changing a button shape in visionOS Learn how to change the shape of a button component in visionOS.
visionOS Using Attachments in a RealityView Learn how to display SwiftUI views in a RealityView for visionOS applications.
visionOS Configuring default window and volume size in visionOS Learn how to set up the size of windows and volumes in visionOS applications.
SwiftUI Create an animated transition with Matched Geometry Effect in SwiftUI Learn how to use matched geometry effect to animate views in SwiftUI
visionOS Extra Large Title text styles in visionOS Learn how to use extraLargeTitle and extraLargeTitle2 for text hierarchy on visionOS applications.
visionOS Debug for visionOS using Xcode simulator visualizations Explore the visionOS simulator's debug modes in Xcode for spatial computing apps.
visionOS Featured Embedding 3D objects into visionOS windows Enhance your visionOS app experience by seamlessly integrating 3D objects in a window.
MapKit Making Annotations in MapKit interactive with SwiftUI Learn how to make interactive annotations on a Map view in SwiftUI.
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.
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.
Machine Learning UIImage+CVPixelBuffer: Converting an UIImage to a Core Video Pixel Buffer With this UIImage extension you will be able to convert an UIImage to a CVPixelBuffer. The Core Video pixel buffer is an image buffer that holds pixels in main memory.
UIKit UIImage+Resize: Resizing an UIImage With this UIImage extension you will be able to resize an UIImage to any size using a CGSize structure with width and height values as a parameter.