Is the foobar:finished:context: method of UIView animations delegate really giving a BOOL for finish
- by mystify
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?