sort(using:)
Sorts the receiving ordered set using a given array of sort descriptors.
Declaration
func sort(using sortDescriptors: [NSSortDescriptor])Parameters
- sortDescriptors:
An array containing the
NSSortDescriptorobjects to use to sort the receiving ordered set’s contents.
Discussion
See NSSortDescriptor for additional information.