فهرست منبع

删除不使用代码

jsonwang 3 سال پیش
والد
کامیت
9c455c16d4
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      BFRecordScreenKit/Classes/RecordScreen/View/BFSubtitleEditView.swift

+ 0 - 1
BFRecordScreenKit/Classes/RecordScreen/View/BFSubtitleEditView.swift

@@ -45,7 +45,6 @@ class BFSubtitleEditView: UIView {
     override init(frame: CGRect) {
        super.init(frame: frame)
         backgroundColor = UIColor.init(red: 0, green: 0, blue: 0, alpha: 0.7)
-//        alpha = 0.7
         addSubview(textView)
         textView.snp.makeConstraints { make in
             make.left.equalTo(37)