Conforms to NSObject
Declared in TKDrawing.h

Overview

Represents a protocol that draws content on screen.

Tasks

Properties

insets

Edge insets to apply.

@property (nonatomic, assign) UIEdgeInsets insets

Declared In

TKDrawing.h

Instance Methods

drawInContext:withPath:

Draw a within rectangle in a context and clip with a path.

- (void)drawInContext:(CGContextRef)context withPath:(CGPathRef)path

Parameters

context

The context to draw in.

path

The path to draw within.

Declared In

TKDrawing.h

drawInContext:withRect:

Draw within a rectangle in a context.

- (void)drawInContext:(CGContextRef)context withRect:(CGRect)rect

Parameters

context

The context to draw in.

rect

The rectangle to draw within

Declared In

TKDrawing.h