Skip to content
S4cha edited this page Jan 8, 2017 · 1 revision
button.setTitle("Hello", forState: .Normal)

Becomes :

button.text("Hello")
button.setImage(UIImage(named:"CommentIcon"), forState: .Normal)

Becomes :

button.image("CommentIcon")
Clone this wiki locally