質問編集履歴

1

コードの修正

2017/02/15 17:41

投稿

tosi_1211
tosi_1211

スコア138

test CHANGED
File without changes
test CHANGED
@@ -22,6 +22,8 @@
22
22
 
23
23
  attributedString.addAttribute(NSFontAttributeName, value: UIFont.systemFont(14), range: range)
24
24
 
25
+ textView.attributedText = attributeString
26
+
25
27
  ```
26
28
 
27
29