Skip to content

Instantly share code, notes, and snippets.

@meyusufdemirci
Created June 9, 2022 07:52
Show Gist options
  • Save meyusufdemirci/d785764e312ae57fa43fd515f213d275 to your computer and use it in GitHub Desktop.
Save meyusufdemirci/d785764e312ae57fa43fd515f213d275 to your computer and use it in GitHub Desktop.
What is New in SwiftUI, WWDC 22 Article
@State var selectedPhotos: [PhotosPickerItem] = []
var body: some View {
PhotosPicker(selection: $selectedPhotos) {
Text("Choose photos")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment