Inherits from UIView
Declared in TKView.h

Overview

UIView subclass which provides custom fill, stroke and layout information

Tasks

Properties

drawables

Array containing drawables for TKView

@property (nonatomic, strong) NSArray *drawables

Declared In

TKView.h

fill

The view’s fill

@property (nonatomic, strong) TKFill *fill

Declared In

TKView.h

layout

The view’s layout

@property (nonatomic, strong) id<TKCoreLayout> layout

Declared In

TKView.h

shape

The view’s shape

@property (nonatomic, strong) TKShape *shape

Declared In

TKView.h

stroke

The view’s stroke

@property (nonatomic, strong) TKStroke *stroke

Declared In

TKView.h

Class Methods

versionString

Returns the version

+ (NSString *)versionString

Declared In

TKView.h