From: Panayotis K. <pan...@pa...> - 2012-02-24 13:58:50
|
On 23 Φεβ 2012, at 10:49 μ.μ., Paul Poley wrote: > Take note that one method name in UIViewAnimationDelegate had changed from "animationWillStart" to "animationDidStart", and both methods gained "Object context". The name changed to match the actual Obj-C delegate methods, not to be confused with the method that sets the selector ("setAnimationWillStartSelector:"). I am not sure about it. If you read the docs, it clearly states that one must specifically set the actual selector. The name could be anything, like animationDidStart___java_lang_String_java_lang_Object:: or animationDidStop___java_lang_String_boolean_java_lang_Object::: which is something I already did (with success) in svn -r 2155 Of course, it's only a name (of lesser importance), but from my understanding "animationWillStart" is more appropriate, because this is a name that appears in the API, not in the comments. |