記述例
@IBOutlet var textField: UITextField!
weakオプションがデフォルト
SDKマニュアル抜粋
The containing object holds an outlet declared as a property with the type qualifier of IBOutlet and a weak option.
日々の業務記述例
@IBOutlet var textField: UITextField!
weakオプションがデフォルト
SDKマニュアル抜粋
The containing object holds an outlet declared as a property with the type qualifier of IBOutlet and a weak option.
コメント