I'm trying to set runtime attributes layer.borderColor
in swift (for a prototype tableview)
However, the color setting does not actually set the UIColor as pointed out in a bunch of answers. Is there a swift implementation of this:
Is it possible to set UIView border properties from interface builder?