I started creating a simple game in Swift and I did not use the Single View templet (UIKit) but the Game templet (SpriteKit).
I am missing a few elements in the Game templet like the UITextfield for example and I wanted to know, if there are better ways to implement the Textfield via SpriteKit without importing UIKit because I read that this is bad coding and should not be done.