Contents

PHPickerConfiguration.Update

An object that defines the aspects of a photo picker’s appearance that can change while it’s presented.

Declaration

struct Update

Overview

While a photos picker is visible, you can use an instance of this structure to change its edgesWithoutContentMargins or selectionLimit properties. To do that, create and configure an instance of this object and pass it to the PHPickerViewController method updatePicker(using:).

Topics

Creating an update object

Adjusting selection limits

Adjusting content margins

Instance Properties

See Also

Customizing picker appearance and behavior