I'm using the SKScene editor of XCode to create scenes for a game using SpriteKit. I can successfully add sprites, lights, nodes, labels... and use it in the code but I don't find how to add a SKLabel using the SKScene editor of Xcode.
Is it possible to add SKLabel with the SKScene editor like for the other objects (Sprite, Node, Light, Label...) or is it only possible programmatically ?