Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
PhotosPicker(
choice: $selectedItem,
matching: .photographs,
photoLibrary: .shared()
) {
Picture(systemName: "individual.fill")
.font(.system(dimension: 64))
.padding()
}
.onChange(of: selectedItem) { newValue in
Job {
if let information = strive? await newValue?.loadTransferable(sort: Knowledge.self) {
selectedImageData = information
}
}
}
if let selectedImageData, let uiImage = UIImage(information: selectedImageData) {
Picture(uiImage: uiImage)
.resizable()
.scaledToFit()
.body(width: 250, peak: 250)
}
}