Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the miniorange-login-openid domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home1/upleaned/public_html/wp-includes/functions.php on line 6121

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the remove_dashboard_access domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home1/upleaned/public_html/wp-includes/functions.php on line 6121
Gerard Grundy | Uplearned - Part 18
Back
28 September

Main — Updates from Swift 4 to 4.2 ✚ Xcode 9 to 10 updates

Here are thirty-eight of the updates I came across: ‘UIKeyboardWillHide’ has been renamed to ‘UIResponder.keyboardWillHideNotification’ ‘init(activityIndicatorStyle:)’ has been renamed to ‘init(style:)’ Cannot call value of non-function type ‘UNNotificationSound’ ‘UIApplicationOpenSettingsURLString’ has …

28 September

Day 1 of 5 Days Trouble Shooting 4.0 – 4.2 #Swift4.2 updates

Here are some of the updates I came across: ‘UIKeyboardWillHide’ has been renamed to ‘UIResponder.keyboardWillHideNotification’ ‘init(activityIndicatorStyle:)’ has been renamed to ‘init(style:)’ Cannot call value of non-function type ‘UNNotificationSound’ ‘UIApplicationOpenSettingsURLString’ has …

28 September

Instance method imagePickerController(_:didFinishPickingMediaWithInfo:) nearly matches optional requirement imagePickerController(_:didFinishPickingMediaWithInfo:) of protocol UIImagePickerControllerDelegate

  //4.0 private func imagePickerController(_ picker: UIImagePickerController, didFinishPickingMediaWithInfo info: [String : Any]) { var newImage: UIImage //4.2 @objc private func imagePickerController(_ picker: UIImagePickerController, didFinishPickingMediaWithInfo info: [UIImagePickerController.InfoKey : Any]) { var …