Hi Everyone,
Why is it that Xcode switches from Swift to Objective-C after a certain number of scenes? This is how I am set up: Navigation contoller with main scene. Main scene has a button that leads the user to another scene made up of a UIwebview, Navigation button and a Navigation button. When I open Assistant Editor in order to add webviewcode, an objective-c file opens up. Is there something that I may have missed? From what I read, setting the language to Swift at the beginning of a project is all that's needed to work in Swift only.
Thanks!