Open
Description
- The plugin presents the
PHPickerViewController
as a sheet, it could also be displayed as a modal window (presentAsSheet
orpresentAsModalWindow
). Provide an enum to allow overriding this. - The sheet minimum and initial size are hardcoded by setting a frame to the
PHPickerViewController
's view. The behavior is similar to the default behavior when displaying the picker usingPhotosPicker
in a macOS SwiftUI app. Provide a config class to allow overriding the default. - See if there are any other properties that clients might want to override to fit the requirements.