Skip to content

Latest commit

 

History

History
17 lines (8 loc) · 430 Bytes

README.md

File metadata and controls

17 lines (8 loc) · 430 Bytes

BezierPath + Delaunay

Sample has OSBezierPath typealias to NSBezierPath and UIBezierPath. Implemented extensions to make OSBezierPath work similar/same on both platforms iOS and MacOS.

Also in this sample we have BezierPath class which is converting OSBezierPath into segments. Segments can be used to form shape.

Sample work on both iOS and MacOS.

Screenshot of example:

BezierPath Example