My question is pretty straightforward : I have a class which is the delegate of several NSAnimations and I will need to give a name/identifier to my NSAnimation so that the sorting of all the -(void)animationDidEnd:(NSAnimation *)animation
messages can be done easily.
Any ideas on how to achieve it ?
EDIT : Should I analyze the lack of answer as meaning that I shouldn't be using NSAnimation
at all ?
Source : Is NSAnimation deprecated ?