88fsantos
88fsantos

Reputation: 393

iOS - Folder animation in application

How do I create a folder-like animation in my app? I want to do something like the any.do list in terms of animation. I tap on a title, and all the info below scrolls down, and a new info appears (like folders or accordion).

What is the best way to do this?

Example:

Title
text 1
text 2
text 3

tap on title ->

Title
new text below title
text 1
text 2
text 3

Upvotes: 1

Views: 753

Answers (1)

pasawaya
pasawaya

Reputation: 11595

There's a great library called JWFolder on Github that perfectly imitates the folder animation.

Here's what it does:

enter image description here

Hope this helps!

Upvotes: 8

Related Questions