Contents

stable

Specifies that the sorted results should return compared items having equal value in the order they occurred originally.

Declaration

static var stable: NSSortOptions { get }

Discussion

If this option is unspecified, equal objects may, or may not be returned in their original order.

See Also

Constants