我正在尝试移动 UIPageControl 点,使它们不居中。这可能吗?我创建了自己的 PageControl 类,但边界显示宽度为 185。我似乎无法更改宽度以使其与 UIWindow (320) 一样宽?
有什么建议么?
CGRect currentBounds = self.bounds; <--- always 185 width
我正在尝试移动 UIPageControl 点,使它们不居中。这可能吗?我创建了自己的 PageControl 类,但边界显示宽度为 185。我似乎无法更改宽度以使其与 UIWindow (320) 一样宽?
有什么建议么?
CGRect currentBounds = self.bounds; <--- always 185 width