---
title: "start(_:)"
framework: quartz
role: symbol
role_heading: Instance Method
path: "quartz/qcview/start(_:)"
---

# start(_:)

Starts rendering a composition in a view.

## Declaration

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

## Parameters

- `sender`: The object (such as a button or menu item) sending the message to start rendering. You need to connect the object in the interface to the action.

## Discussion

Discussion The method is invoked when the user clicks a button or issues a command from some other user interface element, such as a menu. It is equivalent to the startRendering() method.

## See Also

### Using Interface Builder

- [play(_:)](quartz/qcview/play(_:).md)
- [stop(_:)](quartz/qcview/stop(_:).md)
