Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 458 Bytes

File metadata and controls

3 lines (3 loc) · 458 Bytes
  • A Picker that we haven't talked about yet is the new PhotosPicker introduced in the PhotoUI framework in Swift. It works the same as any other Picker, but, it lets you choose photos or videos (depending on what you want from the user) from the user's device which you can then use inside of your app. It can be used for multiple selection or for single selection.