There is a delegate methode willAnimateRotation toInterfaceorientation, which is called right before the interface performs its rotate animation. But how can I detect when the rotation is finished? I need something link didAnimateRotation ... but there isn't any delegate methode like that.
How can I call a methode as soon as the rotate animation is done? Without using a timed delay :P
Thanks!
What about "didRotateFromInterfaceOrientation:"?