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

# endRefreshing()

Tells the refresh controller that a refresh operation has ended.

```
func endRefreshing()
```

## Discussion

Call this method when your refresh operation completes. The refresh controller
returns to its default appearance and exits the refreshing state.

---

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)