使用手势进行水平 UIView 过渡

发布于 07-29 22:27 字数 229 浏览 2 评论 0原文

好的,开始了……

当您在 iPhone 主屏幕上向左或向右滑动手势来访问应用程序页面时,您可以在当前应用程序页面和要移动到的下一个应用程序页面之间实现无缝过渡。

我希望能够创造出 UIView 几乎“缝合在一起”的感觉,就像 iPhone 主屏幕上不同的应用程序页面一样。

有没有办法做到这一点? 也许在 Apple 示例代码示例之一中的某处?

希望这是有道理的。

ok, here goes....

When you gesture right or left on the iPhone home screen to access your pages of applications, you get a seamless transition between the current page of apps and the next one you're moving to.

I'd like to be able to create the feel of UIViews being almost 'stitched together' in the same way that different pages of apps are available on the iPhone home screen.

Is there a way to do this? Perhaps somewhere in one of the Apple sample code examples?

Hope this makes sense.

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

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

发布评论

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

评论(1

微暖i2024-08-05 22:27:07

是的,苹果这样做的方式以及最好的方式是使用 UIScrollView,请查看苹果在这里提供的页面控件示例应用程序 https://developer.apple.com/iphone/library/samplecode/PageControl/index.html,您应该能够修改它来执行以下操作你想要它做...希望它有帮助!

Yes, the way apple does it and the best way to do it is with UIScrollView, look at the the Page Control example app provided by apple here https://developer.apple.com/iphone/library/samplecode/PageControl/index.html, you should be able to modify this to do what you want it to do...hope it helps!

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