---
title: "reloadControls(ofKind:)"
framework: widgetkit
role: symbol
role_heading: Instance Method
path: "widgetkit/controlcenter/reloadcontrols(ofkind:)"
---

# reloadControls(ofKind:)

Reloads the templates for all controls of a particular kind.

## Declaration

```swift
func reloadControls(ofKind kind: String)
```

## Parameters

- `kind`: A string that identifies the control and matches the value you used to define the control.
