質問編集履歴

1

2020/07/20 08:45

投稿

perrito_20
perrito_20

スコア2

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  let plistPath = Bundle.main.path(forResource: "properties", ofType:"plist" )
26
26
 
27
- let plistmst= NSDictionary(contentsOfFile: plistPath) as! Dictionary<String, Dictionary<String, Any>>
27
+ let plistmst= NSDictionary(contentsOfFile: plistPath) as! Dictionary<String, Any>
28
28
 
29
29
 
30
30