Created
July 23, 2020 14:06
-
-
Save asilturk/c828c523fb20f57d40e5e17e8e8c588a to your computer and use it in GitHub Desktop.
app version
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let appVersion = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String | |
versionLabel.text = "Version: " + "\(appVersion!)" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment