if let version = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String {
self.labelVersion.text = version
}
Related Posts
[iOS] parse json string in swift
13 2 月, 2018
[iOS] parse JSON array then loop over in swift
23 1 月, 2018