I want to try to change a button title in swift 3 and iOS 10, but it doesn't change. My codes clear, is this a bug ?
@IBOutlet weak var tel: UIButton!
tel.titleLabel?.text = "+1 123 23 34"
print("tel = \(tel)")
Nothing shows ! And button title doesn't change !
Is this a bug ? Codes looking clear