回答編集履歴
1
あああぁぁぁぁ。そういう奴か....
test
CHANGED
@@ -1,3 +1,27 @@
|
|
1
|
+
そもそものところから出来てないようなので一番最初に立ち返りましょう。
|
2
|
+
|
3
|
+
あなたの目的はStyled Textを永続化させることです。
|
4
|
+
|
5
|
+
そのために考えられる方法は
|
6
|
+
|
7
|
+
1. そういうライブラリを探す
|
8
|
+
|
9
|
+
1. 自分で作り出す
|
10
|
+
|
11
|
+
|
12
|
+
|
13
|
+
です。いずれかを選んで頑張ってください。
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
2.に関しては`NSAttributedString`が下記のようなメソッドを持っているので、これを使ってゴリゴリ書くことになると思います。
|
18
|
+
|
19
|
+
[https://developer.apple.com/documentation/foundation/nsattributedstring/1412070-enumerateattributes](https://developer.apple.com/documentation/foundation/nsattributedstring/1412070-enumerateattributes)
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
-------------------
|
24
|
+
|
1
25
|
FileWrapperを保存しているのにDataとして読み込もうとしているからです
|
2
26
|
|
3
27
|
FileWrapperとして読み込んでください
|