I need to make a bezier path, I have the CGPath the only information I found was this:
Declaration
SWIFTconvenience init(CGPath CGPath: CGPath)
the first is written normal, the second in Italics and the third purple in the developers library
How should I use it? Please give me an example.