---
title: "imageBrowser(_:cellWasDoubleClickedAt:)"
framework: objectivec
role: symbol
role_heading: Instance Method
path: "objectivec/nsobject-swift.class/imagebrowser(_:cellwasdoubleclickedat:)"
---

# imageBrowser(_:cellWasDoubleClickedAt:)

Performs custom tasks when the user double-clicks an item in the image browser view.

## Declaration

```swift
func imageBrowser(_ aBrowser: IKImageBrowserView!, cellWasDoubleClickedAt index: Int)
```

## Parameters

- `aBrowser`: An image browser view.
- `index`: The index of the cell.

## Discussion

Discussion This method signals that the user double-clicked an item in the image browser view. You can implement this method if you want to perform custom tasks at that time.
