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
Post a Comment