Thomas Peters

Results 2 issues of Thomas Peters

The following code does not work in new project created in Xcode 11.1 due to the changes to SceneKit. ``` if let tabBarController = window?.rootViewController as? UITabBarController { let storyboard...

How to reproduce: 1. Create a new project in Xcode 11.1 2. Follow the instructions in project 25 (you can also just copy the ViewController.swift file from this repo). 3....