<!--
{
  "availability" : [
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "ObjectiveC",
  "identifier" : "/documentation/ObjectiveC/NSObject-swift.class/imageBrowser(_:itemAt:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Objective-C Runtime",
      "ObjectiveC"
    ],
    "preciseIdentifier" : "c:objc(cs)NSObject(im)imageBrowser:itemAtIndex:"
  },
  "title" : "imageBrowser(_:itemAt:)"
}
-->

# imageBrowser(_:itemAt:)

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

```
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

An `IKImageBrowserItem` object.

## Discussion

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

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)