textField
A text field outlet that you can use to display a string.
Declaration
@IBOutlet weak var textField: NSTextField? { get set }Discussion
This is a convenience property for accessing a text field in your item’s view hierarchy. Normally, you configure this property in Interface Builder by connecting it to one of your item’s text fields.