简体   繁体   中英

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

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

Here's what it does:

在此处输入图片说明

Hope this helps!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM