Calculate UIBezierPath width and height?

Viewed 4607

I am creating many umorphic UIBezierPaths. I need to calculate the width and the height of a UIBezierPath. How can I do that?

3 Answers
Related