Extensions
The following extensions are available globally.
-
Declaration
Swift
class NSTableView : NSControl, NSUserInterfaceValidations, NSTextViewDelegate, NSDraggingSource, NSAccessibilityTable
-
Declaration
Swift
class NSCollectionView : NSView, NSDraggingSource, NSDraggingDestination
-
Declaration
Swift
protocol Collection : Sequence where Self.SubSequence : Collection
-
Declaration
Swift
protocol RangeReplaceableCollection : Collection where Self.SubSequence : RangeReplaceableCollection