瀏覽代碼

修改提示框大小

jsonwang 3 年之前
父節點
當前提交
6879b8c8f4
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      BFRecordScreenKit/Classes/RecordScreen/Controller/BFRecordScreenController.swift

+ 1 - 1
BFRecordScreenKit/Classes/RecordScreen/Controller/BFRecordScreenController.swift

@@ -395,7 +395,7 @@ public class BFRecordScreenController: BFBaseViewController {
     }()
 
     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.textColor = .white
         audioQueueRecoderLabel.textAlignment = .left