本文介绍了iOS版 - 在应用程序文件夹的动画的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何创建我的应用程序文件夹般的动画?我想要做的事就像在动画方面的any.do列表。我敲击一个标题,低于所有的信息向下滚动,并出现了新的信息(如文件夹或手风琴)。
什么是做到这一点的最好方法是什么?
例如:
标题
文本1
文本2
文字3轻按标题 - >标题
标题下面的新文本
文本1
文本2
文字3
解决方案
有被称为 JWFolder在Github上一个伟大的图书馆一>,完美模仿文件夹的动画。
下面是它做什么:
希望这有助于!
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!
这篇关于iOS版 - 在应用程序文件夹的动画的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!