Platforms to show: All Mac Windows Linux Cross-Platform

Back to NSOutlineViewItemMBS class.

NSOutlineViewItemMBS.sortedArrayUsingDescriptor(values() as NSOutlineViewItemMBS, sortDescriptor as NSSortDescriptorMBS) as NSOutlineViewItemMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Controls MBS MacControls Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Returns a copy of the receiving array sorted as specified by a given a sort descriptor.

sortDescriptor: The NSSortDescriptor objects.

Returns a copy of the receiving array sorted as specified by sortDescriptor.

NSOutlineViewItemMBS.sortedArrayUsingDescriptors(values() as NSOutlineViewItemMBS, sortDescriptor() as NSSortDescriptorMBS) as NSOutlineViewItemMBS()

Type Topic Plugin Version macOS Windows Linux iOS Targets
shared method Cocoa Controls MBS MacControls Plugin 17.1 ✅ Yes ❌ No ❌ No ❌ No Desktop, Console & Web
Returns a copy of the receiving array sorted as specified by a given array of sort descriptors.

sortDescriptors: An array of NSSortDescriptor objects.

Returns a copy of the receiving array sorted as specified by sortDescriptors.

The first descriptor specifies the primary key path to be used in sorting the receiving array’s contents. Any subsequent descriptors are used to further refine sorting of objects with duplicate values. See NSSortDescriptor for additional information.

The items on this page are in the following plugins: MBS MacControls Plugin.


The biggest plugin in space...