UIButton - title / text doesn't show upLyn Tee·Oct 18, 2022·1 min readArggghhhh Use setTitle("push me", for: .normal) DO NOT use titleLabel?.text = "push me" D'oh. Swift