iPhone 自定义页面控制按钮

发布于 2024-08-22 00:26:37 字数 51 浏览 6 评论 0原文

是否可以使用自定义按钮而不是页面控制点来控制页面控制器?类似于js中的jQuery滑块?

Is it possible to control a page controller with custom buttons instead of the Page control dots? Similar to a jQuery slider in js?

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

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

发布评论

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

评论(1

心在旅行 2024-08-29 00:26:37

“页面控制器”是什么意思? iPhone SDK中没有这样的东西。 UIPageControl 是一个非常愚蠢的控件,它与通常显示其页面的滚动视图没有任何连接。开发人员必须手动保持它们同步。因此,使用您自己的自定义页面控制视图并手动将其与滚动视图同步是完全没有问题的。

What do you mean by "page controller"? There is no such thing in the iPhone SDK. UIPageControl is a very dumb control that has no connection to the scroll view whose page it usually displays. The developer has to manually keep them in sync. So it is no problem at all to use your own custom page control view and manually sync it with a scroll view.

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