I saw in the inspector that I can change the background color, but I\'d like to also change the border color and thickness, is this possible?
view.layer.borderWidth = 1.0 view.layer.borderColor = UIColor.lightGray.cgColor