UIButton(type: .custom)
button.frame = CGRect(x: 50, y: 0, width: 50, height: 35)
button.imageView?.contentMode = .scaleToFill
button.setImage(UIImage, for: UIControlState.normal)
👆 button.contentVerticalAlignment = .fill button.contentHorizontalAlignment = .fill
Обсуждают сегодня