UIBezierPath
Convenience initializer that can parse a single path string and returns a UIBezierPath
-
Parses a single path string. Parses synchronously.
Declaration
Swift
public convenience init(pathString: String)
Parameters
pathString
The path
d
string to parse.