UIPageControl将图像移到它上面(而不是在它上面)

时间:2014-11-07 17:05:35

标签: ios uipageviewcontroller uipagecontrol

不幸的是,这种情况经常发生,但并非总是如此。我们正在开发一种以powerpoint-ish方式显示图像/视频的应用程序。在屏幕的底部,我们有一个UIPageViewControl,它显示UIPageViewController中的当前页面。

当我们在UIPageViewController上呈现UIView并将其解除时,当显示UIPageViewController的内容时,它会向上移动UIPageControl的大小。当我们触摸屏幕时,内容在UIPageController下正确重绘。

**请注意,这仅在iOS 7中发生。在iOS 8中,它按预期工作。当xcode 6和iOS 8 SDK不可用时,我们确实遇到了这个问题。

以下图片是我们在解雇呈现的UIView时所期望的图片: enter image description here

以下是解除视图后发生的情况 enter image description here

您可以看到UIPageControl现在是不透明的,并且图像向上移动。

1 个答案:

答案 0 :(得分:0)

我的自定义UIViewController上缺少以下设置:

viewController.automaticallyAdjustsScrollViewInsets = NO;