I need QuartzCore.framework to add borderColor to a textfield, how?
599. An Objective-C framework used by macOS and iOS to produce animated user interfaces. Also known as Core Animation.
If you imported UIKit you don't need to import QuartzCore. Here is code
let textField = UITextField()
textField.layer.borderColor = UIColor.redColor().CGColor
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With