Focuses on SwiftUI, Accessibility Nutrition Labels.
More Detail
Additional details
tvOS 27 brings Large Text support to the platform, with sizes ranging up to Accessibility XXXL.
Standard UIKit and SwiftUI controls handle much of the scaling automatically; custom text, fixed constraints, and hard-coded font sizes are the main risk areas.
Larger text can require more than bigger fonts: spacing, padding, truncation behavior, and grid/carousel layouts may need alternate arrangements.
SwiftUI and UIKit layout primitives such as `VStackLayout`, `HStackLayout`, `UIStackView`, and preferred content-size traits are used to adapt dense media interfaces.
Apps that support Larger Text can indicate that support in Accessibility Nutrition Labels for tvOS on the App Store.