API Differences in DeveloperToolsSupport in macOS 14.0

It's more difficult than it used to be to find what changed in Apple SDKs. This page is automatically generated and shows what is new in DeveloperToolsSupport in the macOS 14.0 SDK.

Table of Contents

Protocols

PreviewRegistry

Structs

ColorResource
ImageResource
Preview
PreviewMacroBodyBuilder
PreviewTrait
PreviewUnavailable

Enums

Preview
ViewTraits

Functions & Methods

PreviewTrait
public static func fixedLayout(width: CoreFoundation.CGFloat, height: CoreFoundation.CGFloat) -> DeveloperToolsSupport.PreviewTrait<T>

Properties & Constants

PreviewRegistry
public static var preview: DeveloperToolsSupport.Preview
PreviewTrait
public static var defaultLayout: DeveloperToolsSupport.PreviewTrait<DeveloperToolsSupport.Preview.ViewTraits>
PreviewTrait
public static var landscapeLeft: DeveloperToolsSupport.PreviewTrait<DeveloperToolsSupport.Preview.ViewTraits>
PreviewTrait
public static var landscapeRight: DeveloperToolsSupport.PreviewTrait<DeveloperToolsSupport.Preview.ViewTraits>
PreviewTrait
public static var portrait: DeveloperToolsSupport.PreviewTrait<DeveloperToolsSupport.Preview.ViewTraits>
PreviewTrait
public static var portraitUpsideDown: DeveloperToolsSupport.PreviewTrait<DeveloperToolsSupport.Preview.ViewTraits>
PreviewTrait
public static var sizeThatFitsLayout: DeveloperToolsSupport.PreviewTrait<DeveloperToolsSupport.Preview.ViewTraits>

Conformances

Preview
Swift.Sendable
PreviewTrait
Swift.Sendable