---
title: "picker:didFinishPicking:"
framework: photosui
role: symbol
role_heading: Instance Method
path: "photosui/phpickerviewcontrollerdelegate-9y5xc/picker:didfinishpicking:"
---

# picker:didFinishPicking:

Notifies the delegate that the user completed a selection or dismissed the picker using the cancel button.

## Declaration

```occ
- (void) picker:(PHPickerViewController *) picker didFinishPicking:(NSArray<PHPickerResult *> *) results;
```

## Parameters

- `picker`: The currently presented picker view controller.
- `results`: The results of the user’s selections.

## Discussion

Discussion The system doesn’t automatically dismiss the picker after calling this method.
