---
title: isSelected()
framework: quartz
role: symbol
role_heading: Instance Method
path: quartz/ikimagebrowsercell/isselected()
---

# isSelected()

Returns whether the cell is selected.

## Declaration

```swift
func isSelected() -> Bool
```

## Return Value

Return Value true if the cell is selected, otherwise false.

## Discussion

Discussion Subclasses should not override this method.

## See Also

### Selection Handling

- [selectionFrame()](quartz/ikimagebrowsercell/selectionframe().md)
