0
votes

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.

1
Is there a question somewhere? - jhoepken

1 Answers

0
votes

Why wouldn't you use UIKit and UITextField? It´s the default element and what´s preferred to used. If you don´t want to use UIKit then you should look at some 3rd party element, but I can recommend the default elements.