The UILabel class is a class to manage the character display. This is used when you want to display text on the screen.
UILabel's class hierarchy
NSObject
↑
UIResponder
↑
UIView
↑
UILabel
UILabelサンプル
サンプルコード
UILabelのカスタマイズ
UILabelにタッチイベントを実装 参考: [Swift2.0] UILabelとUIImageViewのタップイベント処理を実装する