I have several png files that look similar to this this:
Everything is transparent but the black path. What I am trying to do is create a UIBezierPath from the non transparent part.
Edit: So I was thinking what about creating a mask with the png then from the mask go to a UIBezierPath. Would that work?
Edit Again: I found the solution, look at my answer.