Код: Выделить всё
struct Photo: Transferable {
static var transferRepresentation: some TransferRepresentation {
ProxyRepresentation(\.image)
}
public var image: Image
public var caption: String
}
ShareLink(item: photo, preview: SharePreview(photo.caption, image: Image("miniIcon"))) { }
Подробнее здесь: https://stackoverflow.com/questions/746 ... bum-option
Мобильная версия