Skip to content

3.0

Choose a tag to compare

@calda calda released this 12 Sep 21:21
· 14 commits to master since this release

This release renames CGPath.intersects(path:) to CGPath.intersects(_:).

At the call site, this now reads as path1.intersects(path2) instead of path1.intersects(path: path2).