Skip to content

Instantly share code, notes, and snippets.

@asilturk
Created July 23, 2020 14:06
Show Gist options
  • Save asilturk/c828c523fb20f57d40e5e17e8e8c588a to your computer and use it in GitHub Desktop.
Save asilturk/c828c523fb20f57d40e5e17e8e8c588a to your computer and use it in GitHub Desktop.
app version
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