if let version = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String {
self.labelVersion.text = version
}
Related Posts
Open PDF Documents in swift
27 3 月, 2018
[iOS] build failed with exit 1 signal 0
5 2 月, 2018