如何在 iOS 4 中调整 UIPageControl 的指标?

Posted

技术标签:

【中文标题】如何在 iOS 4 中调整 UIPageControl 的指标?【英文标题】:How to resize indicators of UIPageControl in iOS 4? 【发布时间】:2012-07-23 15:44:09 【问题描述】:

如何自定义 UIPageControl 的指标。我尝试访问this link,但没有成功。

【问题讨论】:

【参考方案1】:

使用 SMPageControl。工作方式与 UIPageControl 非常相似,但您可以轻松自定义指标(使用 setPageIndicatorImage)和选定指标(setCurrentPageIndicatorImage)。

【讨论】:

以上是关于如何在 iOS 4 中调整 UIPageControl 的指标?的主要内容,如果未能解决你的问题,请参考以下文章

如何调整标签栏项目iOS的位置?

如何在 iOS 中调整音频平衡

如何在 iOS 8 中使用自动布局和自动调整单元格大小

如何在 iOS 中调整 iPad 的字体大小? (冲突元素)

如何调整 UIViewControllerWrapperView 的方向(在 IOS7 中)?

我们如何在 React Native for iOS 中调整 RCTRootView 的大小/开始?