'When can @IBOutlets be used? [closed]

Recently I am studying Swift to program for iOS and I came across a situation. Are @IBOutlet created only when the view appears on the user's screen?

Example:

@IBOutlet weak var nameText: UITextField!


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source