|
|
|
@ -257,7 +257,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
|
|
self.videoProgressBar = videoProgressBar;
|
|
|
|
|
[self.view addSubview:videoProgressBar];
|
|
|
|
|
[videoProgressBar autoPinWidthToSuperview];
|
|
|
|
|
[videoProgressBar autoPinEdge:ALEdgeTop toEdge:ALEdgeTop ofView:self.view withOffset:0.0f];
|
|
|
|
|
[videoProgressBar autoPinEdgeToSuperviewSafeArea:ALEdgeTop];
|
|
|
|
|
CGFloat kVideoProgressBarHeight = 44;
|
|
|
|
|
[videoProgressBar autoSetDimension:ALDimensionHeight toSize:kVideoProgressBarHeight];
|
|
|
|
|
|
|
|
|
|