# UIButton - title / text doesn't show up

Arggghhhh
Use `setTitle("push me", for: .normal)`

DO NOT use `titleLabel?.text = "push me"`

D'oh.
