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

# imageBrowser(_:itemAt:)

Returns an object for the item in an image browser view that corresponds to the specified index.

## Declaration

```swift
func imageBrowser(_ aBrowser: IKImageBrowserView!, itemAt index: Int) -> Any!
```

## Parameters

- `aBrowser`: An image browser view.
- `index`: The index of the item you want to retrieve.

## Return Value

Return Value An IKImageBrowserItem object.

## Discussion

Discussion Your data source must implement this method. The returned object must implement the required methods of the IKImageBrowserItem protocol.
