---
title: "imageBrowserSelectionDidChange(_:)"
framework: objectivec
role: symbol
role_heading: Instance Method
path: "objectivec/nsobject-swift.class/imagebrowserselectiondidchange(_:)"
---

# imageBrowserSelectionDidChange(_:)

Performs custom tasks when the selection changes.

## Declaration

```swift
func imageBrowserSelectionDidChange(_ aBrowser: IKImageBrowserView!)
```

## Parameters

- `aBrowser`: An image browser view.

## Discussion

Discussion This method signals that the user changes the selection in the image browser view. You can implement this method if you want to perform custom tasks at that time.
