ios - How to set specific position for DDPageControl? -


i using ddpagecontrol in project, unable place ddpagecontrol specific position in uiview, have tried initialize initwithframe method still not showing in expected location in main uiview, how set in specified position. in advance.

try this

[pagecontrol setcenter: cgpointmake(self.view.center.x, self.view.bounds.size.height-30.0f)] ; 

Comments

Popular posts from this blog

Android : Making Listview full screen -

javascript - Parse JSON from the body of the POST -

javascript - How to Hide Date Menu from Datepicker in yii2 -