agens-no / Anymotion

one unified API for animating UIKit, CoreAnimation, POP and your library of choice.
Other
33 stars 9 forks source link

Add operator: `-[ANYAnimation onStart:]` #11

Closed hfossli closed 7 years ago

hfossli commented 7 years ago

Example

ANYAnimation *a = ...;
[a onStart:^{
    NSLog(@"Hei");
}];