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
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.
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/