You can use a NSMutableAttributedString and set it to UILabel 's attributedText property. let label = UILabel() //Choose your bold font let ...
確定! 回上一頁