如何使 UIPageViewController 过渡行为类似于 IOS7 中的交互式弹出过渡样式

Posted

技术标签:

【中文标题】如何使 UIPageViewController 过渡行为类似于 IOS7 中的交互式弹出过渡样式【英文标题】:How to make UIPageViewController transition behaviour like the interactive pop transition style in IOS7 【发布时间】:2014-08-28 15:27:32 【问题描述】:

ios7中,当我们在屏幕边缘向右平移时,它会返回之前的视图控制器。过渡也是交互式的,即当我们停止向右平移,或者平移距离太短时,过渡不会完成。

看了别人的博客,知道可以叫interactive pop transition

UIPageViewController 包含很多内容 ViewController,当滑动/平移屏幕时,我们可以查看不同的视图控制器,但是过渡对我来说太简单了。

以下是我的问题:

我想像上面提到的那样在 UIPageViewController 中制作过渡样式(交互式弹出过渡)。它们在很多方面都不同,例如以前的视图控制器应该更暗。

我不想在this way 中自定义我自己的过渡样式,我只想使用interactive pop transition in IOS7 default offered

所以也许我应该做一些装订工作?或者在某个地方分配一些过渡动作?

【问题讨论】:

@rdelmar 谢谢,但我真的很喜欢interactive pop transition 的风格,有什么办法可以在我的自定义过渡中实现相同的风格? 【参考方案1】:

你应该搜索interactive pop transition的风格,并按照这个自定义你自己的过渡。

【讨论】:

以上是关于如何使 UIPageViewController 过渡行为类似于 IOS7 中的交互式弹出过渡样式的主要内容,如果未能解决你的问题,请参考以下文章

使用 UIPageViewController 使 UI 滚动视图滚动

如何使用现有 UIPageViewController 的按钮以编程方式滑动视图

UIPageViewController 取消页面滑动

带有渐变叠加的 UIPageViewController?

UIWebView 和 UIPageViewController

在 UINavigationController 中嵌套 UIPageViewController 只显示一页