---
title: "newCell(forRepresentedItem:)"
framework: quartz
role: symbol
role_heading: Instance Method
path: "quartz/ikimagebrowserview/newcell(forrepresenteditem:)"
---

# newCell(forRepresentedItem:)

Returns the cell to use for the specified item.

## Declaration

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

## Parameters

- `anItem`: The item that the returned cell will represent.

## Return Value

Return Value A new cell.

## Discussion

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