
Someone on teusday mentioned exploded out subviews in 3D like the apple documents, I through together a quick try, it's ugly, I will need to write another version that collects layers or screen shots them to get the effect right, since it seems a CALayer tries to flatten it's sublayers if it has a transform itself. But heres what I got in a few minutes.<Screen Shot 2011-11-16 at 11.47.34 PM.png>

Quick demo video here
http://d.pr/lgQu
On Nov 17, 2011, at 1:28 AM, Zachry Thayer wrote:
> Worked on it to use a better algorithm to separate the Layers, need to look at the hierarchy and fix up the transforms to be relative to their parent. Once that's done I'll add some controls to rotate it in 3D space.
>
> <Screen Shot 2011-11-17 at 1.26.41 AM.png>
More ideas:
1) Make it triggered by a button.
2) pull the viewing position backward and very very slightly to the left if possible.
3) I think some core animation on the layers could be used to pull them all apart temporarily. Of course any existing animations would need to be stopped and saved off for later restoration, or insert control layers as parents of all existing layers, just to move their without affecting any existing animations. View animations would continue to work in the sideways view.
Kurt