Contents

boundary(withIdentifier:)

Returns a specified Bezier-path boundary.

Declaration

func boundary(withIdentifier identifier: any NSCopying) -> UIBezierPath?

Parameters

  • identifier:

    A boundary identifier that you’ve previously added to the collision behavior.

Return Value

A Bezier-path boundary.

See Also

Configuring a collision behavior