質問編集履歴
1
title
CHANGED
File without changes
|
body
CHANGED
@@ -11,7 +11,7 @@
|
|
11
11
|
[Master3のpoint4のtdの値, Master3のpoint4のlngの値]]のように配列に格納したいと考えております。
|
12
12
|
|
13
13
|
let plistPath = Bundle.main.path(forResource: "properties", ofType:"plist" )
|
14
|
-
let plistmst= NSDictionary(contentsOfFile: plistPath) as! Dictionary<String,
|
14
|
+
let plistmst= NSDictionary(contentsOfFile: plistPath) as! Dictionary<String, Any>
|
15
15
|
|
16
16
|
のようにして取り出そうとしているのですが、ここから上記のように配列に入れる方法で
|
17
17
|
手こずっております。
|