I can't seem to set the layer.borderColor in XCode.
Most resources online seem to indicate that borderColor is of type CGColor, and that XCode applies UIColors. They say you can get around this by using proxy properties, but they only offer guides in Objective C and Swift:
Is it possible to set UIView border properties from interface builder?
C# has no concept of extension properties, meaning I can't port the above code.
I've made sure my border width is set to 1, which makes a black border appear around the UITextField.
Is there anyway to achieve this from the storyboard or xib file, rather than doing it programatically?