标签: image core-data swiftui imagedata
使用Swift和UIImages,您可以使用
UIImage().pngData()
或jpeg
UIImage().jpegData()
但是如何使用swiftUI中的图像执行此操作?我想将其保存到CoreData