Contents

UIGraphicsPopContext()

Removes the current graphics context from the top of the stack, restoring the previous context.

Declaration

func UIGraphicsPopContext()

Discussion

Use this function to balance calls to the UIGraphicsPushContext(_:) function.

This function may be called from any thread of your app.

See Also

Graphics context primitives