Answers for "how to add an image to uibutton"

CSS
1

uibutton image

let btnImage = UIImage(named: "image")
btnTwo.setImage(btnImage , for: .normal)
Posted by: Guest on June-12-2020

Code answers related to "how to add an image to uibutton"

Browse Popular Code Answers by Language