2016-03-04 111 views
2

我在設置文本字體的字體時遇到問題。我做了一個大膽的按鈕。點擊粗體按鈕後,整個文本字段字符串字體設置爲粗體。但我只想要那些在按下粗體按鈕後變得粗體的文字。如何在點擊粗體按鈕後更改文本字體的字體

enter image description here

+0

你應該使用'NSMutableAttributedString' – techloverr

+0

NSAttributedString * strAttributedTitle = [[NSAttributedString頁頭] initWithString:<添加哪些點擊大膽的按鈕後,進入你的字符串>屬性:@ {NSForegroundColorAttributeName :[UIColor darkGrayColor],NSFontAttributeName:[UIFont fontWithName:@「Helvetica-Bold」size:15.0f]}]; –

回答

相關問題