加载Viewcontroller的新部分

时间:2014-02-21 02:34:44

标签: ios iphone uiviewcontroller

当用户向右或向左滑动但仍保留特定内容时,我尝试将某些内容加载到viewcontroller。例如,图像演示:

enter image description here

如您所见,当用户向右滑动时,视图控制器的上1/3(即蓝色矩形背景)保持不变。但是,在此之下,第二页上的背景,按钮等会发生变化。

是否可以使用页面视图控制器完成此操作,例如演示here?如何实现这一目标呢?

1 个答案:

答案 0 :(得分:1)

当然,UIPageViewController最容易实现。 There is a great tutorial over at AppCoda

AppCoda UIPageViewController Tutorial

或者,您可以在底部使用容器视图,并使用带有UIViewController的{​​{1}}并启用分页,并使用UIScrollView提供可视指示符。< / p>

您确实需要了解视图控制器,视图和包含。 Apple's View Controller Programming Guide是学习的第一站。

UIViewController