回答編集履歴
1
説明追加
answer
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
行分割後各行を ": " で分割して、2つ目の値の頭とおしりを削除する方法で解決しました。
|
2
|
-
|
2
|
+
以下、Obj-Cで書きました。
|
3
3
|
```ここに言語を入力
|
4
4
|
NSString *path = [[NSBundle mainBundle] pathForResource:@"file" ofType:@"txt"];
|
5
5
|
NSString *str = [NSString stringWithContentsOfFile:path encoding:NSUTF8StringEncoding error:nil];
|