---
title: transform
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uitextselectionrect/transform
---

# transform

Custom transform for highlight rects. This transform is assumed to be in the textInputView coordinate space. Default is CGAffineTransformIdentity (no transform applied).

## Declaration

```swift
var transform: CGAffineTransform { get }
```
