FluidGroup / FluidInterfaceKit

🌧 A framework that provides the advanced infrastructure for your iPhone apps

Home Page:https://fluidgroup.github.io/FluidInterfaceKit/documentation/fluidinterfacekit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support moving actual view in transition

muukii opened this issue · comments

it's like AppStore's Today transition.
Animating layer will move between card and detail view.
that's not possible to use snapshot view.

To support it, needs to memory the position of hierarchy and constraints of AutoLayout.
If removes the view, the constraints also will be removed.
so I think a kind of container view might achieve it.

or, inserting a view that indicates where to restore.