|
@@ -81,7 +81,7 @@ class TSAIListHintBaseVC: TSBaseVC {
|
|
|
make.trailing.equalTo(-32)
|
|
|
}
|
|
|
|
|
|
- let goodInfoLabel = UILabel.createLabel(text: "Fully clear and visible face, in good lighting".localized,font: .font(size: 14,weight: .medium),textColor: .white.withAlphaComponent(0.6),numberOfLines: 0)
|
|
|
+ let goodInfoLabel = UILabel.createLabel(text: "Fully clear and visible face, in good lighting".localized,font: .font(size: 14),textColor: .white.withAlphaComponent(0.6),numberOfLines: 0)
|
|
|
popupContentView.addSubview(goodInfoLabel)
|
|
|
goodInfoLabel.snp.makeConstraints { make in
|
|
|
make.top.equalTo(goodLabel.snp.bottom).offset(8)
|
|
@@ -108,7 +108,7 @@ class TSAIListHintBaseVC: TSBaseVC {
|
|
|
make.trailing.equalTo(-32)
|
|
|
}
|
|
|
|
|
|
- let badInfoLabel = UILabel.createLabel(text: "Group photos, covered faces, nudes".localized,font: .font(size: 14,weight: .medium),textColor: .white.withAlphaComponent(0.6),numberOfLines: 0)
|
|
|
+ let badInfoLabel = UILabel.createLabel(text: "Group photos, covered faces, nudes".localized,font: .font(size: 14),textColor: .white.withAlphaComponent(0.6),numberOfLines: 0)
|
|
|
popupContentView.addSubview(badInfoLabel)
|
|
|
badInfoLabel.snp.makeConstraints { make in
|
|
|
make.top.equalTo(badLabel.snp.bottom).offset(8)
|