Sunly
Sunly

Reputation: 330

UICollectionView Animation like Google Play News app

I am interesting in Google play news app in iPhone for its CollectionView animation that popup from bottom. I want to create the same animation effects, but seems like I can't find a good guiding. Is there any tutorials or tips recommended?

Thanks,

Upvotes: 0

Views: 623

Answers (1)

Masterfego
Masterfego

Reputation: 2678

See this man: http://www.objc.io/issue-12/collectionview-animations.html In this examle you have many examples and codes are given.

http://www.objc.io/issue-5/collection-views-and-uidynamics.html In the end of this tutorial, you'll have a beautyful animation

Upvotes: 2

Related Questions