标签: iphone uipagecontrol
我已实现了UIPaging控件,现在我想用图像点替换默认点。我怎么能这样做。
答案 0 :(得分:2)
看看UIPageControl的这个扩展
https://github.com/simonmaddox/SMPageControl
它将允许您为点着色,但是您可以轻松地适应处理覆盖drawRect方法中的图像
答案 1 :(得分:0)
Uipagecontrol什么都不做。您可以使用带有图像视图的滚动视图,并使用滚动视图委托。
文档:
UIScrollView Class Reference
UIScrollViewDelegate Protocol Reference