Contents

childBehaviors

Returns the array of dynamic behaviors that are children of a custom dynamic behavior.

Declaration

var childBehaviors: [UIDynamicBehavior] { get }

Discussion

Only custom subclasses of the class can have child behaviors.

See Also

Configuring a dynamic behavior