Platforms to show: All Mac Windows Linux Cross-Platform
PHPickerViewControllerMBS class
Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
class | Photos | MBS iOS Plugin | 22.5 | ❌ No | ❌ No | ❌ No | ✅ Yes | Desktop & iOS |
Notes:
The PHPickerViewController class is an alternative to UIImagePickerController.
PHPickerViewController improves stability and reliability, and includes several benefits to developers and users, such as the following:
- Deferred image loading and recovery UI
- Reliable handling of large and complex assets, like RAW and panoramic images
- User-selectable assets that aren’t available for UIImagePickerController
- Configuration of the picker to display only Live Photos
- Availability of PHLivePhotoMBS objects without library access
- Stricter validations against invalid inputs
You can present a picker object only once; you can’t reuse it across sessions.
- event didFinishPicking(Result() as PHPickerResultMBS)
- 5 properties
- property configuration as PHPickerConfigurationMBS
- property Handle as Integer
- property popover as Variant New in 23.2
- property PopOverHeight as Integer New in 23.2
- property PopOverWidth as Integer New in 23.2
- 4 methods
- method Constructor(configuration as PHPickerConfigurationMBS)
- method Destructor
- method Dismiss
- method Present
This class has no sub classes.
Some examples using this class:
Blog Entries
- News from the MBS Xojo Plugins Version 23.2
- MonkeyBread Software Releases the MBS Xojo Plugins in version 23.2
- MBS Xojo Plugins, version 23.2pr1
- The Top 10 from the MBS Xojo Plugins in 2022
- News from the MBS Xojo Plugins Version 22.5
- MonkeyBread Software Releases the MBS Xojo Plugins in version 22.5
- MBS Xojo Plugins, version 22.5pr1
The items on this page are in the following plugins: MBS iOS Plugin.
PHPickerResultMBS - PHProjectChangeRequestMBS
