# `BCCollectionView cellSizeForFrame:`

*Instance Method*

## Declaration

```swift
func cellSize(forFrame frame: NSRect) -> NSSize
```

```objc
- (NSSize) cellSizeForFrame:(NSRect) frame;
```

```python
cellSizeForFrame_(frame: NSRect) -> NSSize
```

