Inherits from PMTweenTempo : NSObject
Declared in PMTweenCATempo.h
PMTweenCATempo.m

Overview

PMTweenCATempo uses a CADisplayLink object to send out tempo updates that are synchronized with the refresh rate of the display.

Tasks

Creating an Instance

Properties

displayLink

The CADisplayLink object used to provide tempo updates.

@property (nonatomic, strong) CADisplayLink *displayLink

Discussion

@remarks This class provides several mechanisms for adjusting the update rate. See the CADisplayLink documentation for more information.

Warning: Do not call the addToRunLoop:forMode:, removeFromRunLoop:forMode:, or invalidate methods on this object, as its state is handled by PMTweenCATempo directly.

Declared In

PMTweenCATempo.h

Class Methods

tempo

Convenience method for creating an instance of this class.

+ (instancetype)tempo

Return Value

An instance of PMTweenCATempo.

Declared In

PMTweenCATempo.h