Contents

preferredScrollEdgeEffectStyle

The split view item accessory’s preferred effect for content scrolling behind it.

Declaration

var preferredScrollEdgeEffectStyle: NSScrollEdgeEffectStyle { get set }

Discussion

To allow for a soft edge on the interior edge of a titlebar accessory:

splitViewItemAccessoryViewController.preferredScrollEdgeEffectStyle = NSScrollEdgeEffectStyle.softStyle;

See Also

Configuring the scroll edge effect