Sample project: http://jmp.sh/3jlZTnS
I've got a UIView with an embedded CALayer, that sits on the bottom half of the view.
When I rotate to landscape, it changes to the right position, however during the rotation it stays stays in its relative position, and then falls to the bottom during the animation, which looks really weird.
Here's an image depicting it, where the green is the layer throughout the rotation:
How do I make it stick to the bottom throughout the animation? I've tried changing its anchor point to (0.5, 1) but that doesn't work either.