We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
button.setTitle("Hello", forState: .Normal)
Becomes :
button.text("Hello")
button.setImage(UIImage(named:"CommentIcon"), forState: .Normal)
button.image("CommentIcon")