Mar*_*elo 6 iboutlet ios swift
我确实进行了搜索,发现了很多约定,但没有一个谈论 IBOutlet。
我应该使用以下哪一项?
@IBOutlet weak var price: UITextField!
@IBOutlet weak var priceTextField: UITextField!
@IBOutlet weak var textFieldPrice: UITextField!
@IBOutlet weak var tfPrice: UITextField!
Run Code Online (Sandbox Code Playgroud)
小智 6
这是我在开发人员代码中最常看到的 IBOutlet 命名约定。
@IBOutlet weak var priceTextField: UITextField!
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
2172 次 |
| 最近记录: |