<!--
{
  "availability" : [
    "macOS: 10.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Quartz",
  "identifier" : "/documentation/Quartz/IKImageBrowserView/cellForItem(at:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "Quartz"
    ],
    "preciseIdentifier" : "c:objc(cs)IKImageBrowserView(im)cellForItemAtIndex:"
  },
  "title" : "cellForItem(at:)"
}
-->

# cellForItem(at:)

Returns the browser cell for the item at the specified index.

```
func cellForItem(at index: Int) -> IKImageBrowserCell!
```

## Parameters

`index`

The index.

## Return Value

The browser cell at the specified index.

## Discussion

Subclasses must not override this method.

---

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)