我在我的应用程序中使用以下代码:-
在 .h 文件中
@property (strong, nonatomic) IBOutlet UIPageControl *pageControl;
并在 .m 文件中
pageControl.currentPage = counting;
计数是NSInteger
。该应用程序工作正常,但UIPageControl
设置为默认白色,我无法通过属性检查器更改颜色,有人可以帮忙吗?...
我在我的应用程序中使用以下代码:-
在 .h 文件中
@property (strong, nonatomic) IBOutlet UIPageControl *pageControl;
并在 .m 文件中
pageControl.currentPage = counting;
计数是NSInteger
。该应用程序工作正常,但UIPageControl
设置为默认白色,我无法通过属性检查器更改颜色,有人可以帮忙吗?...