Saturday, 17 August 2013

Layering UIImageView and UIBezierPath

Layering UIImageView and UIBezierPath

I have a an array of UIBezierPaths which I drew and also a UIImageView all
put on a UIView. When I draw a UIBezierPath and save it to the array, then
add a UIImageView, then draw another path, the second path will appear
behind the image. Is there something such as a bringSubViewToFront sort of
thing for UIBezierPath?

No comments:

Post a Comment