---
title: "cellForItem(at:)"
framework: quartz
role: symbol
role_heading: Instance Method
path: "quartz/ikimagebrowserview/cellforitem(at:)"
---

# cellForItem(at:)

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

## Declaration

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

## Parameters

- `index`: The index.

## Return Value

Return Value The browser cell at the specified index.

## Discussion

Discussion Subclasses must not override this method.

## See Also

### Getting Item Information

- [indexOfItem(at:)](quartz/ikimagebrowserview/indexofitem(at:).md)
- [itemFrame(at:)](quartz/ikimagebrowserview/itemframe(at:).md)
- [visibleItemIndexes()](quartz/ikimagebrowserview/visibleitemindexes().md)
