---
title: IKImageBrowserCellState
framework: quartz
role: symbol
role_heading: Structure
path: quartz/ikimagebrowsercellstate
---

# IKImageBrowserCellState

The possible states for the browser cell. These values are used by the cellState() method.

## Declaration

```swift
struct IKImageBrowserCellState
```

## Topics

### Constants

- [IKImageStateNoImage](quartz/ikimagestatenoimage.md)
- [IKImageStateInvalid](quartz/ikimagestateinvalid.md)
- [IKImageStateReady](quartz/ikimagestateready.md)

### Initializers

- [init(_:)](quartz/ikimagebrowsercellstate/init(_:).md)
- [init(rawValue:)](quartz/ikimagebrowsercellstate/init(rawvalue:).md)

### Instance Properties

- [rawValue](quartz/ikimagebrowsercellstate/rawvalue.md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)

## See Also

### Informal Protocols

- [IKImageBrowserDropOperation](quartz/ikimagebrowserdropoperation.md)
