Platforms to show: All Mac Windows Linux Cross-Platform
NSRefreshControllerMBS class New in 26.3
| Type | Topic | Plugin | Version | macOS | Windows | Linux | iOS | Targets |
| class | Cocoa Controls | MBS MacControls Plugin | 26.3 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | Desktop only |
NSRefreshController enables users to trigger refresh operations by pulling down on scrollable content. Add a refresh controller to an NSScrollView to provide this functionality. Configure the target delegate to handle refresh events.
Requires macOS 27 or later.
- 4 properties
- property attributedTitle as NSAttributedStringMBS
- property Handle as Integer
- property isRefreshing as Boolean
- property tintColor as NSColorMBS
- 4 methods
- method beginRefreshing
- method Constructor
- method endRefreshing
- method setActionDelegate(del as NSRefreshControllerActionMBS)
- delegate NSRefreshControllerActionMBS
This class has no sub classes.
Blog Entries
Some properties using for this class:
- NSScrollViewMBS.refreshController as NSRefreshControllerMBS
Some related classes:
The items on this page are in the following plugins: MBS MacControls Plugin.
NSRectMBS - NSRegularExpressionMBS