我在我的项目中使用DDPageControl
,但我无法将DDPageControl
置于UIView
中的特定位置,我尝试使用initWithFrame
方法对其进行初始化但仍然没有显示在我的主UIView
中的预期位置,那么如何在任何指定的位置设置它。提前谢谢。
答案 0 :(得分:0)
试试这个
[pageControl setCenter: CGPointMake(self.view.center.x, self.view.bounds.size.height-30.0f)] ;