[iOS] How do I get the App version and build number using Swift? 2018-01-23 if let version = Bundle.main.infoDictionary?["CFBundleShortVersionString"] as? String { self.labelVersion.text = version }
[iOS] <_UIAlertControllerActionSheetRegularPresentationController>) should have a non-nil sourceView or barButtonItem set before the presentation occurs 2017-05-31