|
@@ -218,6 +218,7 @@ AliyunIExporterCallback, AliyunIPlayerCallback>
|
|
|
添加各种视图
|
|
|
*/
|
|
|
- (void)addSubviews {
|
|
|
+
|
|
|
self.view.backgroundColor = [UIColor blackColor];
|
|
|
//播放视图
|
|
|
CGFloat factor = _outputSize.height / _outputSize.width;
|
|
@@ -306,7 +307,7 @@ AliyunIExporterCallback, AliyunIPlayerCallback>
|
|
|
self.progressView = [[AliyunCycleProgressView alloc] initWithFrame:CGRectMake(0, 0, 40, 40)];
|
|
|
self.progressView.backgroundColor = [UIColor clearColor];
|
|
|
self.progressView.center = self.view.center;
|
|
|
- self.progressView.progressColor = [UIColor colorWithHexString:@"#62CC74"];
|
|
|
+ self.progressView.progressColor = [UIColor colorWithHexString:@"#25E0CD"];
|
|
|
self.progressView.progressBackgroundColor = RGBToColor(160, 168, 183);
|
|
|
[self.view addSubview:self.progressView];
|
|
|
|