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.
Returns the array of dynamic behaviors that are children of a custom dynamic behavior.
var childBehaviors: [UIDynamicBehavior] { get }Only custom subclasses of the class can have child behaviors.