Capabilities

14 capabilities tracked across Apple platforms

AIUpdated

App Intents Siri Integration with Visual Intelligence

iOS 27 expands App Intents to deeply integrate with Siri's on-device language model, enabling natural-language invocation of app actions with richer parameter resolution and multi-step task chaining. Apps can now expose capabilities that Siri understands contextually without rigid phrase matching.

AppIntentsSiri+1
Demo
UIUpdated

What's New in SwiftUI (iOS 27)

iOS 27 brings a sweeping set of SwiftUI enhancements including Liquid Glass design adoption, new toolbar visibility and overflow APIs, document architecture improvements with Observable, and resizable iPhone app support — all designed to modernize app UIs with minimal code changes.

SwiftUIFoundation+1
Demo
SystemUpdated

What's New in SwiftData (iOS 27)

iOS 27 adds sectioned queries, codable model attributes, ResultsObserver for non-SwiftUI change observation, and HistoryObserver for reacting to persistent history changes in SwiftData.

SwiftDataSwiftUI+1
Demo
UIUpdated

Live Activities & Dynamic Island Enhancements

iOS 27 brings significant updates to Live Activities and the Dynamic Island, including new expanded presentations, richer interactivity via App Intents directly from the island, and updated layout APIs for more expressive minimal and compact views.

ActivityKitSwiftUI+2
Demo
PerformanceUpdated

MetricKit Modern Swift API

MetricKit has been rebuilt from the ground up in iOS 27 with a contextually rich, Swift-first API that delivers metrics and diagnostics as async streams, plus new capabilities like Metal frame rate metrics, memory exception diagnostics, and per-state metric breakdowns via the StateReporting framework.

MetricKitStateReporting
Demo
SystemUpdated

App Intents Framework: New Capabilities (iOS 27)

iOS 27 expands the App Intents framework with RelevantEntities for contextual content surfacing, EntityCollection for high-performance batch parameter handling, SyncableEntity for cross-device Siri continuity, native Duration/PersonNameComponents parameter types, and @UnionValue for multi-type parameters — plus extended intent execution time limits.

AppIntentsCoreTransferable+1
Demo
AIUpdated

Advanced App Intents for Siri & Apple Intelligence

iOS 27 extends App Intents with new APIs for custom Siri dialog responses, interaction donations, OwnershipProvidingEntity for smart confirmations, and IndexedEntityQuery for semantic Spotlight indexing — enabling richer, more personal Siri and Apple Intelligence experiences.

AppIntentsCoreSpotlight+1
Demo
UIUpdated

UIKit App Modernization: Adaptive Layout & Bar APIs

iOS 27 enforces stricter adaptivity requirements for UIKit apps, making iPhone apps fully resizable in iPhone Mirroring and on iPad, while introducing new navigation bar minimization controls, sidebar opt-in for iPhone tab bars, and prominent tab customization.

UIKit
Demo
UIUpdated

WidgetKit System Extra Large Portrait Family

iOS 27 (and macOS 15) brings the systemExtraLargePortrait widget family — previously visionOS-only — to iPhone, iPad, and Mac, giving widgets a tall canvas to display rich app content. Developers can now support this new family size alongside existing families with minimal code changes.

WidgetKitSwiftUI
Demo
UIUpdated

Immersive Environment Design for visionOS & Spatial Web

visionOS supports fully photo-realistic, spatially-aware 360° immersive environments with true depth, parallax, spatial audio, and motion — going far beyond static panoramas. Developers can now surface these environments on both native visionOS apps and the spatial web.

RealityKitSwiftUI+2
Demo
UIUpdated

SwiftUI–AppKit/UIKit Integration Enhancements (iOS/macOS 2026)

iOS/macOS 2026 adds NSGestureRecognizerRepresentable, NSHostingMenu, and NSHostingSceneRepresentation, making it easier than ever to incrementally adopt SwiftUI inside existing AppKit apps without a full rewrite. Observable tracking in NSView draw methods is also enabled by default.

SwiftUIAppKit+1
Demo
UIUpdated

TextKit Viewport Rendering Surfaces & Framework Text View Delegate Hooks

iOS 27 introduces NSTextViewportRenderingSurface and NSTextViewportRenderingSurfaceKey protocols, and makes UITextView/NSTextView conform to NSTextViewportLayoutControllerDelegate — enabling developers to override viewport layout lifecycle methods to build rich extensions like line-number gutters without leaving the safety of framework text views.

UIKitAppKit+2
Demo
UIUpdated

AppKit Modernization: NSTextSelectionManager & State Restoration

macOS 27 introduces NSTextSelectionManager for custom text selection in any view, while reinforcing best practices for gesture recognizers, keyboard navigation, and NSWindowRestoration to make AppKit apps feel native and resilient.

AppKitFoundation
Demo
UIUpdated

Liquid Glass Search Field Patterns

iOS 27 introduces updated search field placement patterns with Liquid Glass styling, including ergonomic bottom-toolbar search that animates over the keyboard, prominent Search Tab options, and adaptive toolbar search that collapses to a button on constrained layouts.

SwiftUIUIKit
Demo