PMTweenCATempo Class Reference
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.
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