|
@@ -395,7 +395,7 @@ public class BFRecordScreenController: BFBaseViewController {
|
|
}()
|
|
}()
|
|
|
|
|
|
lazy var audioQueueRecoderLabel: UILabel = {
|
|
lazy var audioQueueRecoderLabel: UILabel = {
|
|
- let audioQueueRecoderLabel = UILabel(frame: CGRect(x: 0, y: 125, width: 200, height: 24))
|
|
|
|
|
|
+ let audioQueueRecoderLabel = UILabel(frame: CGRect(x: 0, y: 125, width: 300, height: 24))
|
|
audioQueueRecoderLabel.backgroundColor = .black
|
|
audioQueueRecoderLabel.backgroundColor = .black
|
|
audioQueueRecoderLabel.textColor = .white
|
|
audioQueueRecoderLabel.textColor = .white
|
|
audioQueueRecoderLabel.textAlignment = .left
|
|
audioQueueRecoderLabel.textAlignment = .left
|