mz2/Carpaccio

How to use with PhotosPickerItem

czewail opened this issue · 0 comments

How to use with PhotosPickerItem

PhotosPicker(selection: $selectedItem, matching: .images) {
      Label("select photo", systemImage: "photo")
  }
  .tint(.purple)
  .controlSize(.large)
  .buttonStyle(.borderedProminent)