本文介绍了适用于iOS 7天气应用程序展开/折叠过渡的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我想实现像新iOS7天气应用过渡期的过渡,采用折叠/展开视图。
I'm trying to achieve a view transition like the new iOS7 weather app transition, using a collapsing/expanding view.
有谁知道,如果一个lib已经存在是什么?
Does anyone know if a lib already exist for that ?
感谢
推荐答案
下一点功夫复制行为
https://github.com/Antol/APPaginalTableView
但需要注意的APPaginalTableView不具有扩展页面单独的控制器。
But note that APPaginalTableView doesn't have a separate controller for the expanded pages.
您可以看到它在这里的行动:
You can see it in action here:https://www.youtube.com/watch?v=X1YvxDMr0yA
这篇关于适用于iOS 7天气应用程序展开/折叠过渡的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!