Getting a list of points from a UIBezierPath
- by Alexandre
Hi,
I have a UIBezierPath that I need to take a list of points from.
In Qt there is a function called pointAtPercent that would fit my needs but I can't find anything equivalent in Objective-C.
Any one knows how to do that ?