Contents

defaultRowAnimation

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

Declaration

var defaultRowAnimation: NSTableView.AnimationOptions { get set }

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 applySnapshot(_:animatingDifferences:).

See Also

Updating Data