如何设置DDPageControl的具体位置?

时间:2015-07-02 08:56:26

标签: ios objective-c iphone

我在我的项目中使用DDPageControl,但我无法将DDPageControl置于UIView中的特定位置,我尝试使用initWithFrame方法对其进行初始化但仍然没有显示在我的主UIView中的预期位置,那么如何在任何指定的位置设置它。提前谢谢。

1 个答案:

答案 0 :(得分:0)

试试这个

[pageControl setCenter: CGPointMake(self.view.center.x, self.view.bounds.size.height-30.0f)] ;