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? Thanks
original source :ย https://stackoverflow.com/questions/3330378/cocoa-touch-how-to-change-uiviews-border-color-and-thickness
#1 answerย
https://stackoverflow.com/a/41459848/3151712
view.layer.borderWidth = 1.0 view.layer.borderColor = UIColor.lightGray.cgColor







