Reputation: 9771
On selection
of a UICollectionViewCell
I'd like the selected item to pop out of the UICollectionView
as part of the navigation to a new UIViewController
. To clarify, I don't need it to be removed.
The tap and text animation is simple and unimportant for this question.
I created a gif to show what I'd like to do, I'm just not sure of the best approach, I'm hoping you can guide my effort. As for requirements, iOS 8
, ideally using AutoLayout
.
Upvotes: 0
Views: 76
Reputation: 98
Just check this exellent article out(look the demo first), you will get what you need. Let me know if this help.
Upvotes: 1