使用单独的 .xibs 启用分页的 UIScrollView?
我想创建一个启用分页的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
对于你的第一个问题 - 尝试查看该链接:
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.
可能对您有帮助: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!