Reputation: 2677
I am trying to achieve the animation behavior that mirrors the Reminders app in iOS 7 using UIKit Dynamics. However, I am struggling on how to achieve this effect. I have attempted to use UIAttachmentBehavior objects between current "card" and previous "card" and using a pan gesture to offset the cards with the y value of the drag behavior. Yet I'm still unable to achieve the same effect. Does anyone have any pointers on how to achieve this?
Upvotes: 4
Views: 399
Reputation: 2494
The best solution i have found - TGLStackedViewController
It provides same behaviour and uses the uidynamics library to attache views in a UICollectionView.
Upvotes: 1