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 17
Back
04 October

NSAttributedStringKey has been renamed to NSAttributedString.Key

//4.0 let subtitleAttributes = [NSAttributedStringKey.font: UIFont.preferredFont(forTextStyle: UIFontTextStyle.subheadline)] //4.2 let subtitleAttributes = [NSAttributedString.Key.font: UIFont.preferredFont(forTextStyle: UIFont.TextStyle.subheadline)] If this helped you share on your favourite social media. ➡️ 🐦

01 October

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

Here are some of the updates I came across: Instance method ‘imagePickerController(_:didFinishPickingMediaWithInfo:)’ nearly matches optional requirement ‘imagePickerController(_:didFinishPickingMediaWithInfo:)’ of protocol ‘UIImagePickerControllerDelegate’ ‘UIImagePNGRepresentation’ has been replaced by instance method ‘UIImage.pngData()’ ‘UIImagePickerControllerEditedImage’ has …