I need QuartzCore.framework to add borderColor to the text box, how?
If you imported UIKit, you do not need to import QuartzCore. Here is the code
let textField = UITextField() textField.layer.borderColor = UIColor.redColor().CGColor
Source: https://habr.com/ru/post/976622/More articles:android camera onPictureTaken () the returned data does not match the preview - androidSamsung Galaxy S5 camera torch not working - androidNexus 4 flash does not fire when focus mode is set to continuous image - androidZero shutter lag in Android camera - android-cameraAndroid saves flash image (Nexus 4) - javaALTER TABLE statement against FOREIGN KEY constraints - sql-serverHow to install a SciPy stack using pip and homebrew? - pythonHow to isolate virtualenv from local dist packages? - pythonIs there a Javascript function similar to the Python Counter function? - javascriptMongoose schema for multi-user application - angularjsAll Articles