I tried to create a UILabel in playground but failed. Does playground only support OS X development for now?
UILabel
Most simple solution: Xcode 9.2
show Assistance Editor: View -> Assistance Editor -> Show Assistance Editor.
here you go. By default you will see printed property: label.text = "Hello World!" in the Live View window
label.text = "Hello World!"