ios - 使用界面构建器将多个页面添加到 ScrollView
<p><p>我一直在网上梳理如何使用界面构建器将自定义 View 添加到 UIScrollView,但还没有找到一个明确的例子来说明它是如何完成的。我想要做的是使用界面构建器创建 View ,并将 ScrollView 中的每个 View 显示为页面。大多数示例使用图像、增量以及以编程方式为 ScrollView 中的页面创建彩色 View 。有谁知道如何使用界面生成器为其 ScrollView 创建页面?如果是这样,有人愿意分享一个如何做到这一点的例子吗?</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p>您需要为此项目使用 <code>uipageviewcontroller</code>。它准确地创造了你想要的东西。这是您要求的教程形式的一个清晰示例,您可能希望查看:</p>
<p> <a href="http://www.appcoda.com/uipageviewcontroller-tutorial-intro/" rel="noreferrer noopener nofollow">http://www.appcoda.com/uipageviewcontroller-tutorial-intro/
</a> </p>
<p>这是苹果文档的链接</p>
<p> <a href="http://developer.apple.com/library/ios/documentation/uikit/reference/UIPageViewControllerClassReferenceClassRef/UIPageViewControllerClassReference.html" rel="noreferrer noopener nofollow">http://developer.apple.com/library/ios/documentation/uikit/reference/UIPageViewControllerClassReferenceClassRef/UIPageViewControllerClassReference.html</a> </p></p>
<p style="font-size: 20px;">关于ios - 使用界面构建器将多个页面添加到 ScrollView ,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/18197350/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/18197350/
</a>
</p>
页:
[1]