SwiftUI Dynamically adapting to available space with ViewThatFits Learn how to create views that adapt their size in order to fill the available space on the UI with SwiftUI.
App Intents Performing your app actions with Siri through App Shortcuts Provider Expose your app actions to Siri Make with the App Intents framework.
Vision Track the horizon angle in an image with the Vision framework Learn how to detect the horizon angle using machine learning within a SwiftUI app.
App Intents Creating App Intents using Assistant Schemas Integrate your app functionalities with the system and Apple Intelligence using Assistant Schemas.
Vision Detecting face landmarks with the Vision framework Learn how to use the Vision framework to analyze an image and detect specific facial features.
SwiftUI Symmetrical and asymmetrical transitions in SwiftUI with the Scroll Transition modifier Learn how to implement animated scroll transitions when the view enters and exits the visible area in a SwiftUI application.
SF Symbols Creating Custom SF Symbols Learn everything you need to know to create custom SF Symbols for your applications.
Vision Detecting documents in an image with the Vision framework Learn how to use the Vision framework to detect documents in images.
SwiftUI Grouping Controls with ControlGroup Understand how to use control groups, improving the user experience of your SwiftUI apps.
SwiftUI Controlling keyboard events with keys and phases Learn how to respond to pressed keys and phases in a hardware keyboard in a SwiftUI app.
SwiftUI Keyboard-driven actions in SwiftUI with onKeyPress Learn how to capture and respond to the pressed keys in a hardware keyboard in a SwiftUI app.
SwiftUI Enhance UI/UX with the confirmation dialog component Understand how to use confirmation dialogs within a SwiftUI app.
Apple Intelligence Reading and displaying Genmoji in non-rich text formatted data context Learn how to display generated emojis within a non-rich text context.
Apple Intelligence Enabling Genmoji in your app Learn how to make your app able to input custom emoji.
Apple Intelligence Bringing Image Playground to your app Learn how to make your app able to generate images using Apple Intelligence models within Image Playgrounds.
Apple Intelligence Exploring Apple Intelligence: Image Generation Understand how image generation powered by Apple Intelligence is taking shape as system features.
Vision Generating person segmentation with the Vision Framework Learn how to use the Vision framework to detect people on images and segment them out with a mask.
Apple Intelligence Exploring Apple Intelligence: Talking with Siri Understand how Siri is evolving, being powered by Apple Intelligence.
Vision Detecting faces in images with the Vision framework Learn how to use the Vision framework to detect faces on images and draw a rectangle over them.
Apple Intelligence Exploring Apple Intelligence: Writing Tools Understand Writing Tools, powered by Apple Intelligence.
SwiftUI Creating view transitions in SwiftUI Learn how to use create animated transitions in a SwiftUI using the transition and animation modifiers.
Natural Language Calculating the semantic distance between words with the Natural Language framework Use the Natural Language framework to find synonyms by calculating the semantic distance of words.
SwiftUI Applying visual effects combined with scrolling in SwiftUI Learn how to apply visual effects to your views while scrolling with SwiftUI.
Vision Scoring the aesthetics of an image with the Vision framework Learn how to calculate the overall aesthetic score of an image with the Vision framework in a SwiftUI app.
Natural Language Lexical classification with the Natural Language framework Learn how to identify nouns, adjectives, and more with the Natural Language framework in a SwiftUI app.