소스 검색

1.调整UI

wenweiwei 3 년 전
부모
커밋
2b2762f268
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      BFFramework/Classes/Stuckpoint/Controller/PQStuckPointPublicController.swift

+ 3 - 3
BFFramework/Classes/Stuckpoint/Controller/PQStuckPointPublicController.swift

@@ -205,9 +205,9 @@ class PQStuckPointPublicController: PQBaseViewController {
         remindLab.font = UIFont.systemFont(ofSize: 14)
         remindLab.textColor = PQBFConfig.shared.styleTitleColor
         remindLab.textAlignment = .center
-        remindLab.numberOfLines = 2
-        let arr = NSMutableAttributedString(string: "制作完成啦🎉\n快分享秀一下")
-        arr.addAttributes([.font: UIFont.systemFont(ofSize: 30)], range: NSRange(location: arr.length - 6, length: 6))
+        remindLab.numberOfLines = 3
+        let arr = NSMutableAttributedString(string: "制作完成啦🎉\n\n快分享秀一下")
+        arr.addAttributes([.font: UIFont.systemFont(ofSize: 30,weight: .semibold)], range: NSRange(location: arr.length - 6, length: 6))
         remindLab.attributedText = arr
         return remindLab
     }()