When creating a new project in XCode 11.1, that project will only support iOS 13. This post will show how to add iOS 12 (and earlier) support.
Making an iOS 13 project work in iOS 12
Leave a reply
google-analytics-for-wordpress
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 /home/matelli/ios.matelli.org/wp-includes/functions.php on line 6121When creating a new project in XCode 11.1, that project will only support iOS 13. This post will show how to add iOS 12 (and earlier) support.
I found a bug recently in how iOS 13.1renders the UITabBarController. Here’s a description of the issue and a workaround.
Demo project: https://github.com/UberNick/TabBarLabelBug/