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

# newCell(forRepresentedItem:)

Returns the cell to use for the specified item.

```
func newCell(forRepresentedItem anItem: Any!) -> IKImageBrowserCell!
```

## Parameters

`anItem`

The item that the returned cell will represent.

## Return Value

A new cell.

## Discussion

Subclasses can override this method to customize the appearance of the cell that will represent `anItem`.

---

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)