Contents

tvOS 14.5 Release Notes

Update your apps to use new features, and test your apps against API changes.

Overview

The tvOS 14.5 SDK provides support to develop tvOS apps for Apple TV devices running tvOS 14.5. The SDK comes bundled with Xcode 12.5, available from the Mac App Store. For information on the compatibility requirements for Xcode 12.5, see Xcode 12.5 Release Notes.

Accessibility

New Features

  • Many SF Symbols now have default accessibility labels. (70305995)

Combine

Resolved Issues

SwiftUI

New Features

  • Added TitleAndIconLabelStyle, a new style for Label views that shows both the title and icon of the label using a system-standard layout. In most cases, labels show both title and icon by default. However, some containers might apply a different default label style to their content, such as only showing icons within toolbars on macOS and iOS. To opt in to showing both the title and the icon, apply the title and icon label style: Label("Lightning", systemImage: "bolt.fill").labelStyle(TitleAndIconLabelStyle()). (64646578)

  • Types conforming to any style protocol, such as ButtonStyle or ToggleStyle, are now enforced to be value types. Styles must be structures or enumerations, not classes, and conforming a class to a style protocol may trigger an assertion. This is the same restriction that the system has always enforced on types conforming to View. (62886135)

Resolved Issues

UIKit

Resolved Issues

Xcode

Resolved Issues

  • The View Debugger no longer crashes when viewing an app that includes custom Shapes. (72300793)

See Also

tvOS 14