Answers for "load plist swift"

0

load plist swift

var nsDictionary: NSDictionary?
 if let path = Bundle.main.path(forResource: "Config", ofType: "plist") {
    nsDictionary = NSDictionary(contentsOfFile: path)
 }
Posted by: Guest on January-03-2022

Code answers related to "Swift"

Browse Popular Code Answers by Language