Explorar o código

Merge branch 'master' of https://git.yishihui.com/iOS/BFCommonKit

wenweiwei %!s(int64=3) %!d(string=hai) anos
pai
achega
843812764a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      BFCommonKit/Classes/BFUtility/PQCommonMethodUtil.swift

+ 1 - 1
BFCommonKit/Classes/BFUtility/PQCommonMethodUtil.swift

@@ -417,7 +417,7 @@ public func styleType(_ type:Int) -> ToastStyle{
     case 1 :
         syt.messageColor = .black
         syt.backgroundColor = .white
-        syt.messageFont = UIFont.boldSystemFont(ofSize: 22)
+        syt.messageFont = UIFont.systemFont(ofSize: 22, weight: .semibold)
         syt.cornerRadius = 4
         syt.messageAlignment = .center
     default: