# `GSGlyphEditView.cachedLayerCount`

*Instance Property*

Number of layers in the view. This might be different than the number of characters in the string after the features are applied.

## Declaration

```swift
var cachedLayerCount: UInt { get }
```

```objc
@property (nonatomic, readonly) NSUInteger cachedLayerCount;
```

```python
cachedLayerCount() -> int
```

