<!--
{
  "availability" : [
    "macOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSRefreshController/beginRefreshing()",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSRefreshController(im)beginRefreshing"
  },
  "title" : "beginRefreshing()"
}
-->

# beginRefreshing()

Tells the refresh controller that a refresh operation has begun.

```
func beginRefreshing()
```

## Discussion

Call this method to programmatically start a refresh operation. The refresh controller
enters the refreshing state and displays its activity indicator. This is typically used
when you want to show a refresh initiated by something other than user interaction.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)