Declared in CAAnimation+TKAnimation.h
CAAnimation+TKAnimation.m

Overview

Additional functionality for CAAnimation.

Tasks

Properties

completion

The callback block executed when the animation completes.

@property (nonatomic, copy) void ( ^ ) ( BOOL finished ) completion

Declared In

CAAnimation+TKAnimation.h

start

A callback block executed when the animation starts.

@property (nonatomic, copy) void ( ^ ) ( void ) start

Declared In

CAAnimation+TKAnimation.h

Instance Methods

setCompletion:

Set the animation completion block.

- (void)setCompletion:(void ( ^ ) ( BOOL finished ))completion

Parameters

completion

The block executed when the animation is complete.

Declared In

CAAnimation+TKAnimation.h