---
title: "rotateLeft(_:)"
framework: quartz
role: symbol
role_heading: Instance Method
path: "quartz/ikcameradeviceview/rotateleft(_:)"
---

# rotateLeft(_:)

Rotates the selected image to the left.

## Declaration

```swift
@IBAction func rotateLeft(_ sender: Any!)
```

## Parameters

- `sender`: The object that sent the message.

## Discussion

Discussion This method is can be connected to a user interface item in Interface Builder.

## See Also

### Selected Item Rotation

- [canRotateSelectedItemsLeft](quartz/ikcameradeviceview/canrotateselecteditemsleft.md)
- [canRotateSelectedItemsRight](quartz/ikcameradeviceview/canrotateselecteditemsright.md)
- [rotateRight(_:)](quartz/ikcameradeviceview/rotateright(_:).md)
