Contents

mode

A layout type for the photos in the picker’s view.

Declaration

@property (nonatomic) PHPickerMode mode;

Discussion

This property offers two ways that photos lay out in the picker:

  • A linear mode (PHPickerModeCompact), in which photos form a line in a smaller area in the picker

  • A two-dimensional mode (PHPickerModeDefault), in which photos form a grid in a larger area in the picker

See Also

Customizing picker appearance and behavior