使用单独的 .xibs 启用分页的 UIScrollView?

发布于 2024-10-16 01:49:23 字数 122 浏览 0 评论 0原文

我想创建一个启用分页的 UIScrollView,但是我想要三个页面。不过,每个页面都是一个单独的 Xib。这可能吗?

另外,是否可以为每个页面提供单独的 .h 和 .m 文件,或者这要求太多了?任何帮助表示赞赏。

I want to create a UIScrollView with Paging Enabled, however, I want to have three pages. Each page would be a separate Xib, though. Is this possible?

Also, is it possible to have have separate .h and .m files for each page, or is that just asking too much? Any help is appreciated.

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

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

发布评论

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

评论(2

新一帅帅 2024-10-23 01:49:23

对于你的第一个问题 - 尝试查看该链接:
http://cocoawithlove.com/2009/01/multiple-virtual -pages-in-uiscrollview.html
对于你的第二个问题 - 如果你的意思是不同的名称,我认为这确实是大量的并且没有必要,但无论如何,文件的名称并不重要,只需 #import 正确的 .h 文件。

for you first question - try to check out that link:
http://cocoawithlove.com/2009/01/multiple-virtual-pages-in-uiscrollview.html
for your second question - if your mean to different names,i think that really making mass and doesnt necessary, but anyway, the file's name doesnt really matter, just #import the right .h file.

沧桑㈠ 2024-10-23 01:49:23

可能对您有帮助:http://www.wannabegeek.com/?p=168

这 有多个视图控制器,您必须将项目转换为使用情节提要,但它效果很好!

This might help you: http://www.wannabegeek.com/?p=168

It has multiple view controllers, and you have to convert your project to use storyboard, but it works great!

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