自定义UI分页控件

发布于 2024-10-14 16:01:59 字数 51 浏览 7 评论 0原文

我已经实现了 UIPaging 控件,现在我想用图像点替换默认点。我怎样才能做到这一点。

I have implemented a UIPaging control and now i want to replace the default dots by image dots. How can i do this.

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

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

发布评论

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

评论(2

眼眸 2024-10-21 16:01:59

看看这个 UIPageControl 扩展

https://github.com/simonmaddox/SMPageControl

它将允许您为点着色,但是您可以轻松地适应在重写的drawRect方法中处理图像

Take a look at this extension to UIPageControl

https://github.com/simonmaddox/SMPageControl

It will allow you to colour the dots, however you could easily adapt to handle images in the overriden drawRect method

痴情 2024-10-21 16:01:59

Uipagecontrol 不执行任何操作。您可以使用其中包含图像视图的滚动视图,并使用滚动视图委托。

文档:

UIScrollView 类参考

< a href="http://developer.apple.com/library/ios/#documentation/uikit/reference/UIScrollViewDelegate_Protocol/Reference/UIScrollViewDelegate.html" rel="nofollow">UIScrollViewDelegate 协议参考

Uipagecontrol does nothing. You can use an scroll view with image views in it and use scroll view delegates.

Docs:

UIScrollView Class Reference

UIScrollViewDelegate Protocol Reference

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