Categories
Featured Development Resources

How To Draw Objects With Holes Using CoreGraphics

Sometimes you will want to draw a more complex shape in an app that doesn’t use OpenGL, and you don’t want to load in the graphics from a file, and this can be done using CoreGraphics. A situation that can arise is the drawing of one shape within another shape. The easiest way to do […]