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 -

jsf - How to order SelectItems in custom renderer extending MyFaces HtmlMenuRenderer -

sql server - SQL, get max id of column -