What's New / Apple Intelligence, ML & Evaluation

What's new in _FoundationModels_UIKit

+1 NewiOS

_FoundationModels_UIKit is a Swift cross-import overlay, not a standalone framework. Its API becomes available only when a target imports both FoundationModels and UIKit, bridging on-device model types to UIKit types.

The 27 SDK adds one new API to this overlay and deprecates or removes nothing. The addition is the Attachment type, which connects UIKit content to FoundationModels. No other types in the overlay changed.

New

1
extension

Attachment

NewiOS
extension Attachment where Content == ImageAttachmentContent
Declaration
extension Attachment where Content == ImageAttachmentContent {

    public init(_ uiImage: UIImage, orientation: UIImage.Orientation? = nil)
}

No APIs match your filter.

← More in Apple Intelligence, ML & Evaluation