1
我想在我的UILabel
中設置屬性文本。它應該是2行。所以我做了2個這樣的屬性字符串。如何在UILabel中設置2行屬性字符串
var myMutableTitle = NSMutableAttributedString(string: title!, attributes: [NSFontAttributeName:UIFont.init(name: fontBold, size: 15.0)!])
var mutDj=NSMutableAttributedString(string: dj!, attributes: [NSFontAttributeName:UIFont.init(name: font, size: 15.0)!])
如何添加這兩個屬性串到2線,如
Title
DJ name
請幫我顯示。 感謝
謝謝,但即時通訊有一個小問題,這個DJ名稱來作爲可選(「DJ的名稱」)我該如何解決這個問題? – Irrd
只需加\(dj!) –