ios 自定义UIPageControl选中 非选中的相对位置问题...

0, 150, 50); _pageControl.numberOfPages = 3; // 一共显示多少个圆点(多少页) // 设置非选中页的圆点颜色 _pageControl.pageIndicatorTintColor = NotSeclect_Page_Color1; // 设置选中页的圆点颜色 _pageControl.currentPageIndicatorTintColor = Seclec

ios pageControl不显示那个小点,只显示出一块红色的...

- (void)viewDidLoad { self.page = [[UIPageControl alloc] init]; [self.page sizeForNumberOfPages:3]; self.page.currentPageIndicatorTintColor = [UIColor redColor]; sel...

ios - IOS pageControl 的圆点的位置是怎么控制的...

目前只做过android开发,现在要做一个带地图和socket通信方面(基于udp或tcp)的应用开发,要在android手机和苹果手机上,都能使用。业务流程的形式是把通过socket接收消息,提取经纬度定位在地图...

相关搜索