Is UIPageControl Useless By Itself?(UIPageControl 本身无用吗?)
问题描述
我一直在研究将 UIPageControl 用于应用程序的滚动部分,我想知道它是如何工作的.文档显示了更改页面、设置页数等的方法,但页面控件本身不包含任何类型的滚动视图.
I've been looking into using the UIPageControl for a scrolling part of an application, and I was wondering how it works. The docs show methods for changing pages, setting the number of pages etc., but by itself the page control doesn't encompass any kind of scroll view.
UIPageControl 和 UIScrollView 类是否应该在想要显示页面指示器时结合使用(例如在 iPhone 的主屏幕上显示应用页面)?
Are the UIPageControl and UIScrollView classes supposed to be used in conjunction when one wants to show the page indicator (like on the home screen of the iPhone with the app pages)?
推荐答案
分页位其实是通过在UIScrollView上设置分页属性来完成的.页面控件只是一个有用的 UI 结构,但实际上与分页本身没有任何关系.
The paging bit is actually done by setting the paging property on the UIScrollView. The page control is simply a useful UI construct, but doesn't actually do anything to do with paging itself.
这篇关于UIPageControl 本身无用吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:UIPageControl 本身无用吗?
基础教程推荐
- UIWebView 委托方法 shouldStartLoadWithRequest:在 WKWebView 中等效? 2022-01-01
- Kivy Buildozer 无法构建 apk,命令失败:./distribute.sh -m “kivy"d 2022-01-01
- 当从同一个组件调用时,两个 IBAction 触发的顺序是什么? 2022-01-01
- 如何在 UIImageView 中异步加载图像? 2022-01-01
- 如何让对象对 Cocos2D 中的触摸做出反应? 2022-01-01
- 如何在 iPhone 上显示来自 API 的 HTML 文本? 2022-01-01
- Android:对话框关闭而不调用关闭 2022-01-01
- 如何在没有IB的情况下将2个按钮添加到右侧的UINavigationbar? 2022-01-01
- android 应用程序已发布,但在 google play 中找不到 2022-01-01
- 在 gmail 中为 ios 应用程序检索朋友的朋友 2022-01-01