|
@@ -522,18 +522,20 @@ public class BFRecordScreenController: BFBaseViewController {
|
|
// debug
|
|
// debug
|
|
lazy var neoNuiDebugLabel: UILabel = {
|
|
lazy var neoNuiDebugLabel: UILabel = {
|
|
let neoNuiDebugLabel = UILabel(frame: CGRect(x: 0, y: 100, width: 300, height: 24))
|
|
let neoNuiDebugLabel = UILabel(frame: CGRect(x: 0, y: 100, width: 300, height: 24))
|
|
- neoNuiDebugLabel.backgroundColor = .black
|
|
|
|
|
|
+ neoNuiDebugLabel.backgroundColor = .orange
|
|
neoNuiDebugLabel.textColor = .white
|
|
neoNuiDebugLabel.textColor = .white
|
|
neoNuiDebugLabel.textAlignment = .left
|
|
neoNuiDebugLabel.textAlignment = .left
|
|
|
|
+ neoNuiDebugLabel.text = "调试信息"
|
|
return neoNuiDebugLabel
|
|
return neoNuiDebugLabel
|
|
|
|
|
|
}()
|
|
}()
|
|
|
|
|
|
lazy var audioQueueRecoderLabel: UILabel = {
|
|
lazy var audioQueueRecoderLabel: UILabel = {
|
|
let audioQueueRecoderLabel = UILabel(frame: CGRect(x: 0, y: 125, width: 300, height: 24))
|
|
let audioQueueRecoderLabel = UILabel(frame: CGRect(x: 0, y: 125, width: 300, height: 24))
|
|
- audioQueueRecoderLabel.backgroundColor = .black
|
|
|
|
|
|
+ audioQueueRecoderLabel.backgroundColor = .orange
|
|
audioQueueRecoderLabel.textColor = .white
|
|
audioQueueRecoderLabel.textColor = .white
|
|
audioQueueRecoderLabel.textAlignment = .left
|
|
audioQueueRecoderLabel.textAlignment = .left
|
|
|
|
+ audioQueueRecoderLabel.text = "调试信息"
|
|
return audioQueueRecoderLabel
|
|
return audioQueueRecoderLabel
|
|
|
|
|
|
}()
|
|
}()
|