iPhone 或 Xcode 中的分页是如何完成的?
我想知道如何使用“SWIPE”完成分页。
有一个名为“帐户详细信息”的页面,此“帐户详细信息”页面应该在该帐户详细信息中包含大约 4 个页面,另外还有 4 个帐户。
这些已获取有关银行帐户详细信息的信息。那么 PAGINATION 是如何完成的呢?对于这 4 个页面,将“帐户详细信息”保留为主页。
请帮我....!!!!!!
I would like to know how PAGINATION is done using a "SWIPE".
Got a page with the name "Account Details" and this "Account Details" page should have around 4 PAGEs within that Account Details of 4 more accounts.
These has got the information about the BANKING account details. So how is the PAGINATION done. for these 4 PAGEs keeping "Account Details" as the main page.
Please help me....!!!!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果我正确理解你想要什么,你应该使用
UIScrollView
!将其添加到您的
viewDidLoad
中:If i correctly understand what you want, you should use
UIScrollView
!Add this to your
viewDidLoad
:您应该使用
UIPageControl< /代码>
。非常简单。
You should be using the
UIPageControl
. Very straightforward.