Is the foobar:finished:context: method of UIView animations delegate really giving a BOOL for finish
Posted
by mystify
on Stack Overflow
See other posts from Stack Overflow
or by mystify
Published on 2010-03-18T16:16:53Z
Indexed on
2010/03/18
17:01 UTC
Read the original article
Hit count: 310
iphone
|core-animation
Althoug I read everywhere that the method signature has a BOOL for finished, I do never get a false. It is always true. And now the strange thing:
When I NSLog that out with %d, it is always either 32 or 40. Other BOOLs I have are either 1 or 0. That makes no sense. So: Not a bool, right?
What's that instead, really?
© Stack Overflow or respective owner