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