2018-10-20
iOS UIButton ηηΈηεηδΌΈε±
imageButton.imageView?.contentMode = .scaleAspectFill
imageButton2.imageView?.contentMode = .scaleAspectFit
let image = UIImage(named: "button.png")?.resizableImage(withCapInsets: UIEdgeInsets(top: 10, left: 10, bottom: 10, right: 10))
backgroundButton.setBackgroundImage(image, for: .normal)