PMTweenDidCompleteBlock Block Reference
Declared in | PMTweening.h |
Block Definition
PMTweenDidCompleteBlock
This notification block should be executed when a tween operation has fully completed.
typedef void (^PMTweenDidCompleteBlock) (NSObject <, PMTweening >, * tween)
Discussion
@remarks This block should only be executed when all activity related to the tween has ceased. For instance, if a tween class allows a tween to be repeated multiple times, this notification should only be posted when all repetitions have finished.
Declared In
PMTweening.h