-Disclaimer- I\'m extremely new to iOS and Swift development, but I\'m not particularly new to programming.
I have a basic iOS applicati
iOS
You can also read value directly from your plist file by simply
let value = Bundle.init(for: AppDelegate.self).infoDictionary?["your plist key name"] as? Any