Platforms to show: All Mac Windows Linux Cross-Platform

PHPickerResultMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Photos MBS iOS Plugin 22.5 ❌ No ❌ No ❌ No ✅ Yes Desktop & iOS
Types that represent a selected asset from the user’s photo library.

When you get result objects in a real application and you like to allow more than a few pictures, you may need to manage the jobs to download:

  • Have a queue for the result objects to be downloaded.
  • Check what types are available on each.
  • Download what you need, e.g. HEIC or JPEG representation.
  • Have a timer to start downloads and make sure you have only a limited number of parallel downloads like e.g. 4.
  • Monitor which downloads failed and keep the NSErrorMBS for logging them.
  • Show progress dialog for the download, e.g. with our ProgressHUDMBS class.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.

This class has no sub classes.

Some events using this class:

Some examples using this class:

Blog Entries

Release notes


The items on this page are in the following plugins: MBS iOS Plugin.


PHPickerFilterMBS   -   PHPickerViewControllerMBS


The biggest plugin in space...