Contents

defaultRowAnimation

The default animation the UI uses to show differences between rows.

Declaration

var defaultRowAnimation: NSTableView.AnimationOptions

Discussion

The default value of this property is effectFade.

If you set the value of this property, the new value becomes the default row animation for the next update that uses apply(_:animatingDifferences:completion:).

See Also

Updating Data