UIButton - title / text doesn't show up

·

1 min read

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

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

D'oh.