---
title: reloadPredicate()
framework: appkit
role: symbol
role_heading: Instance Method
path: appkit/nsruleeditor/reloadpredicate()
---

# reloadPredicate()

Instructs the receiver to regenerate its predicate by invoking the corresponding delegate method.

## Declaration

```swift
func reloadPredicate()
```

## Discussion

Discussion You typically invoke this method because something has changed (for example, a view’s value).

## See Also

### Working with Predicates

- [predicate](appkit/nsruleeditor/predicate.md)
- [predicate(forRow:)](appkit/nsruleeditor/predicate(forrow:).md)
