iPad 滑动面板控制如 Twitter

发布于 2024-09-27 13:59:44 字数 98 浏览 5 评论 0原文

twitter iPad 应用程序背后的机制是什么?我觉得它有分割视图控制器,带有动画和手势控制的视图控制器,或者可能有用于无限滚动的滚动视图。 如何为我的应用程序开发相同的 UI?

What would be the mechanism behind twitter iPad application? I feel its having split viewcontroller, viewcontrollers with animation and gesture controls, or there may be scrollviews for endless scrolling.
How can I develop same UI for my application?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

删除→记忆 2024-10-04 13:59:44

嘿,这是一个受 Twitter-ipad 应用程序启发的演示项目

http://www.raweng.com/blog/stack-scroll-view /

其源代码在 github 上开源(链接发布在上面的博客中)。

希望能帮助您理解其背后的概念!

Hey, here our is a demo project which is inspired by Twitter-ipad app

http://www.raweng.com/blog/stack-scroll-view/

its source code is opensource on githib (link posted in above blog).

hope that help u to understand the concept behind it !!

红墙和绿瓦 2024-10-04 13:59:44

Matt Gammell ...他做了一个可拖动的分割视图。我能想到的最接近的可能可以配置为模拟 http://github.com/mattgemmell/MGSplitViewController

Matt Gammell ... He did a draggable split view. Its the closest i can think of may be configurable to emulate that http://github.com/mattgemmell/MGSplitViewController

绿光 2024-10-04 13:59:44

我相信它只是一个启用分页的滚动视图,它在 scrollViewDidScroll 上移动它的子视图,在 scrollViewDidEndScrollingAnimation 方法中执行一些额外的动画以及其他一些光滑而性感的事情:)

I believe it is just a scroll view with enabled paging, that moves it's subviews on scrollViewDidScroll, does some additional animation in scrollViewDidEndScrollingAnimation method and with some other slick and sexy things :)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文