Contents

sortDescriptors

An array of sort descriptor objects, used by the receiver to arrange its content.

Declaration

var sortDescriptors: [NSSortDescriptor] { get set }

Discussion

This property is observable using key-value observing.

See Also

Related Documentation