I have searched everywhere for examples to replicate this awesome feature. Specifically I am talking about the tab overview in safari. How they achieve the tilt/angle of the windows/views towards the user and how they are placed. Is this a volumetric window? some sort of spatial lazy grid?
anyone knows how they achieved this?
Thanks
Hey @silvermac,
Checkout the various rotation3DEffect(_:axis:anchor:)
view modifiers to rotate a view. You can apply this to any view to rotate it in 3D space.
Let me know if you have any questions.
Michael